@@ -18,7 +18,7 @@ |
||
| 18 | 18 | public function register() |
| 19 | 19 | { |
| 20 | 20 | $this->mergeConfigFrom(__DIR__.'/config/config.php', 'Timezone'); |
| 21 | - $this->app->bind('TimeZoneService', function () { |
|
| 21 | + $this->app->bind('TimeZoneService', function() { |
|
| 22 | 22 | return new TimeZoneService(); |
| 23 | 23 | }); |
| 24 | 24 | } |