@@ -32,7 +32,7 @@ |
||
32 | 32 | */ |
33 | 33 | public function register() |
34 | 34 | { |
35 | - $this->app->singleton('translug', function () { |
|
35 | + $this->app->singleton('translug', function() { |
|
36 | 36 | return new Translation(new Client()); |
37 | 37 | }); |
38 | 38 | } |