@@ -46,7 +46,7 @@ |
||
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() { |