@@ -117,7 +117,7 @@ |
||
117 | 117 | $numFight = 0; |
118 | 118 | $groups = FightersGroup::with('fights') |
119 | 119 | ->where('championship_id', $championshipId) |
120 | - ->where('round','>',1) |
|
120 | + ->where('round', '>', 1) |
|
121 | 121 | ->get(); |
122 | 122 | $fights = $request->fights; |
123 | 123 |