Move the setup views into own namespace

This commit is contained in:
James Brooks
2016-10-07 12:20:47 +01:00
parent c6c439017a
commit ca34f5279a
2 changed files with 1 additions and 1 deletions

View File

@@ -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)