From 92c6b986b461353e0e9bdb396596f887d05d3d78 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 3 Jan 2015 17:22:00 +0000 Subject: [PATCH] CS fix --- src/Http/Controllers/DashIncidentController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Controllers/DashIncidentController.php b/src/Http/Controllers/DashIncidentController.php index a056a5d3..5d0c78a0 100644 --- a/src/Http/Controllers/DashIncidentController.php +++ b/src/Http/Controllers/DashIncidentController.php @@ -101,7 +101,7 @@ class DashIncidentController extends Controller { return View::make('dashboard.incidents.edit')->with([ 'pageTitle' => 'Edit Incident - Dashboard', - 'incident' => $incident, + 'incident' => $incident, ]); }