This commit is contained in:
2018-06-06 21:37:55 +02:00
parent eb1ba45f3b
commit 0f14ac791e

View File

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