Redirect to dashboard after calculating the score

This commit is contained in:
2018-06-06 21:43:39 +02:00
parent a1847701a8
commit 71aac05155

View File

@@ -83,5 +83,6 @@ class PagesController extends Controller
$tipp->update(['score' => $score]);
}
redirect('/dashboard');
}
}