@@ -35,11 +35,11 @@ |
||
35 | 35 | */ |
36 | 36 | protected function registerCommands() |
37 | 37 | { |
38 | - $this->app->singleton('command.vueg.component', function ($app) { |
|
38 | + $this->app->singleton('command.vueg.component', function($app) { |
|
39 | 39 | return $app[MakeComponent::class]; |
40 | 40 | }); |
41 | 41 | |
42 | - $this->app->singleton('command.vueg.mixin', function ($app) { |
|
42 | + $this->app->singleton('command.vueg.mixin', function($app) { |
|
43 | 43 | return $app[MakeMixin::class]; |
44 | 44 | }); |
45 | 45 |