From 98a8b8d0af2b6172e07e11a233acc0d5eff2e34c Mon Sep 17 00:00:00 2001 From: structix Date: Wed, 6 Jun 2018 21:36:41 +0200 Subject: [PATCH] Debugging --- tippspiel/app/Http/Controllers/PagesController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tippspiel/app/Http/Controllers/PagesController.php b/tippspiel/app/Http/Controllers/PagesController.php index 0e2cb6c..739ce79 100644 --- a/tippspiel/app/Http/Controllers/PagesController.php +++ b/tippspiel/app/Http/Controllers/PagesController.php @@ -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);