Test Setup Failed
Push — master ( 0ff0fb...5711b2 )
by Sam
06:57
created
app/Association.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     public function activeRounds() {
47 47
         return $this->rounds()
48 48
             ->where('rounds.start_date', '>=', date('Y-m-d', strtotime('today')))
49
-            ->where('rounds.start_date', '<=', date('Y-m-d', strtotime('now +7 days')) );
49
+            ->where('rounds.start_date', '<=', date('Y-m-d', strtotime('now +7 days')));
50 50
     }
51 51
 
52 52
     public function users() {
Please login to merge, or discard this patch.