diff --git a/app/controllers/SetupController.php b/app/controllers/SetupController.php index 4c826664..d2d2723a 100644 --- a/app/controllers/SetupController.php +++ b/app/controllers/SetupController.php @@ -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());