@@ -24,7 +24,7 @@ |
||
24 | 24 | */ |
25 | 25 | public function register() |
26 | 26 | { |
27 | - $this->app->bind('jpmurray.countdown', function () { |
|
27 | + $this->app->bind('jpmurray.countdown', function() { |
|
28 | 28 | return new Countdown(); |
29 | 29 | }); |
30 | 30 |