Debugging

This commit is contained in:
2018-06-06 21:36:41 +02:00
parent 24e2a4407a
commit 98a8b8d0af

View File

@@ -66,6 +66,7 @@ class PagesController extends Controller
foreach ($tipps as $tipp) {
$score = 0;
$match = $matches->find($tipp->matchid)->get();
dd($match);
$diffmatch = abs($match->resulta - $match->resultb);
$difftipp = abs($tipp->resulta - $tipp->resultb);