Completed
Push — master ( 78bef9...e56b0e )
by Jonathan
17:39 queued 07:15
created
app/Console/Commands/InstallCommand.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -55,13 +55,13 @@
 block discarded – undo
55 55
     public function handle()
56 56
     {
57 57
         $this->comment('Executing make:auth...');
58
-        $this->callSilent('make:auth', ['--force' => true]);
58
+        $this->callSilent('make:auth', [ '--force' => true ]);
59 59
 
60 60
         $this->comment('Publishing Uccello Assets...');
61
-        $this->callSilent('vendor:publish', ['--tag' => 'uccello-assets']);
61
+        $this->callSilent('vendor:publish', [ '--tag' => 'uccello-assets' ]);
62 62
 
63 63
         $this->comment('Publishing Uccello Configuration...');
64
-        $this->callSilent('vendor:publish', ['--tag' => 'uccello-config']);
64
+        $this->callSilent('vendor:publish', [ '--tag' => 'uccello-config' ]);
65 65
 
66 66
 
67 67
         $this->comment('Copying User Model...');
Please login to merge, or discard this patch.