@@ -15,7 +15,7 @@ |
||
15 | 15 | { |
16 | 16 | public function register() |
17 | 17 | { |
18 | - $this->app->singleton(Convert::class, function () { |
|
18 | + $this->app->singleton(Convert::class, function() { |
|
19 | 19 | return new Convert(); |
20 | 20 | }); |
21 | 21 | $this->app->alias(Convert::class, 'convert'); |