Move the setup views into own namespace
This commit is contained in:
@@ -125,7 +125,7 @@ class SetupController extends Controller
|
||||
}
|
||||
}
|
||||
|
||||
return View::make('setup')
|
||||
return View::make('setup.index')
|
||||
->withPageTitle(trans('setup.setup'))
|
||||
->withCacheDrivers($this->cacheDrivers)
|
||||
->withMailDrivers($this->mailDrivers)
|
||||
|
||||
Reference in New Issue
Block a user