@@ -23,7 +23,7 @@ |
||
23 | 23 | */ |
24 | 24 | public function register() |
25 | 25 | { |
26 | - $this->app->singleton('command.cybertron.make.transformer', function ($app) { |
|
26 | + $this->app->singleton('command.cybertron.make.transformer', function($app) { |
|
27 | 27 | return $app['lasselehtinen\Cybertron\Commands\TransformerMakeCommand']; |
28 | 28 | }); |
29 | 29 |