Remove dump and die call

This commit is contained in:
James Brooks
2016-05-05 16:46:37 +01:00
parent a5ce958b92
commit 3feb93c074

View File

@@ -120,8 +120,6 @@ class IncidentController extends Controller
null
));
} 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')))