CS fix
This commit is contained in:
@@ -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')
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user