allowed mimetypes from database
This commit is contained in:
parent
2f930457d1
commit
415016a4c2
9 changed files with 128 additions and 202 deletions
|
@ -431,8 +431,8 @@ class IndexController extends Controller
|
|||
$user = Auth::user();
|
||||
$dataset->user()->associate($user)->save();
|
||||
|
||||
// $error = 'Always throw this error';
|
||||
// throw new \Exception($error);
|
||||
$error = 'Always throw this error';
|
||||
throw new \Exception($error);
|
||||
|
||||
// all good//commit everything
|
||||
DB::commit();
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue