This commit is contained in:
James Brooks
2015-07-02 16:46:14 +01:00
parent 7a283dceb7
commit fafcc8880b
9 changed files with 23 additions and 25 deletions

View File

@@ -59,7 +59,7 @@ class SetupController extends AbstractController
}
return View::make('setup')->with([
'page_title' => trans('setup.setup'),
'page_title' => trans('setup.setup'),
'cacheDrivers' => $this->cacheDrivers,
'appUrl' => Request::root(),
]);