Debugging
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user