From 3aaf00fd4b329ed6b91a76c7e2c2b1c5dbe0dfe2 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 30 Dec 2014 22:43:28 +0000 Subject: [PATCH] CS fix --- app/controllers/HomeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/HomeController.php b/app/controllers/HomeController.php index 4671f013..66da1ba0 100644 --- a/app/controllers/HomeController.php +++ b/app/controllers/HomeController.php @@ -30,7 +30,7 @@ class HomeController extends Controller { return View::make('index', [ 'components' => $this->component->all(), - 'pageTitle' => Setting::get('app_name') + 'pageTitle' => Setting::get('app_name') ]); } }