|
@@ -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.