Completed
Pull Request — dev (#5)
by Zach
03:11
created
Category
src/ServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,11 +35,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.