Completed
Push — master ( 4cafd2...54ddf1 )
by Julien
02:50
created
src/TreeController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.