save tipp redirects to calculate which then finally redirects to the

dashboard
This commit is contained in:
2018-06-06 22:02:39 +02:00
parent fc5ddcdfe7
commit e9e6f5fea7

View File

@@ -47,7 +47,7 @@ class PagesController extends Controller
$tipp->user = Auth::user()->id;
$tipp->save();
return redirect('/dashboard');
return redirect('/calculate');
}
function calculateScore() {