Redirect the user to the dashboard after setup

This commit is contained in:
James Brooks
2014-12-01 14:43:00 +00:00
parent 06ab00d0b9
commit 9eb0a7ab95

View File

@@ -47,7 +47,7 @@ class SetupController extends Controller {
$setting->save();
}
return Redirect::to('/');
return Redirect::to('dashboard');
} else {
// No good, let's try that again.
return Redirect::back()->withInput()->with('errors', $v->messages());