Applied fixes from StyleCI
This commit is contained in:
committed by
Graham Campbell
parent
05bb91d2d9
commit
f1b61c7ef1
@@ -121,6 +121,7 @@ class IncidentController extends Controller
|
||||
));
|
||||
} catch (ValidationException $e) {
|
||||
dd($e->getMessageBag());
|
||||
|
||||
return Redirect::route('dashboard.incidents.add')
|
||||
->withInput(Binput::all())
|
||||
->withTitle(sprintf('%s %s', trans('dashboard.notifications.whoops'), trans('dashboard.incidents.add.failure')))
|
||||
|
||||
Reference in New Issue
Block a user