This commit is contained in:
Graham Campbell
2014-12-30 22:43:28 +00:00
parent 1fab9dc31a
commit 3aaf00fd4b

View File

@@ -30,7 +30,7 @@ class HomeController extends Controller
{ {
return View::make('index', [ return View::make('index', [
'components' => $this->component->all(), 'components' => $this->component->all(),
'pageTitle' => Setting::get('app_name') 'pageTitle' => Setting::get('app_name')
]); ]);
} }
} }