From e9e6f5fea7bc9702bf2f914c05cf740bf6100c4b Mon Sep 17 00:00:00 2001 From: structix Date: Wed, 6 Jun 2018 22:02:39 +0200 Subject: [PATCH] save tipp redirects to calculate which then finally redirects to the dashboard --- tippspiel/app/Http/Controllers/PagesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tippspiel/app/Http/Controllers/PagesController.php b/tippspiel/app/Http/Controllers/PagesController.php index 8e998f3..bfaf50a 100644 --- a/tippspiel/app/Http/Controllers/PagesController.php +++ b/tippspiel/app/Http/Controllers/PagesController.php @@ -47,7 +47,7 @@ class PagesController extends Controller $tipp->user = Auth::user()->id; $tipp->save(); - return redirect('/dashboard'); + return redirect('/calculate'); } function calculateScore() {