Applied fixes from StyleCI

This commit is contained in:
Joe Cohen
2016-04-30 03:25:36 -04:00
committed by Graham Campbell
parent 05bb91d2d9
commit f1b61c7ef1
5 changed files with 16 additions and 6 deletions
@@ -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')))