fix tabulatioin
This commit is contained in:
parent
1ce40b0eb0
commit
c4e72a3a3a
@ -66,7 +66,7 @@ class TabulateWinners extends Command
|
||||
->whereNotIn('vehicle_scores.vehicle', function ($query) {
|
||||
$query->select('vehicle')->from('car_show_winners');
|
||||
})
|
||||
->where('vehicles.doNotJudge', '=', '0')
|
||||
->where('vehicles.doNotJudge', '=', "0")
|
||||
->where('vehicles.type', '=', "$category")
|
||||
->orderBy('totalscore', 'desc')
|
||||
->first();
|
||||
|
Loading…
Reference in New Issue
Block a user