@@ -28,10 +28,10 @@ |
||
28 | 28 | public function handle() |
29 | 29 | { |
30 | 30 | $this->comment('Publishing Otp Migrations...'); |
31 | - $this->callSilent('vendor:publish', ['--tag' => 'otp-migrations']); |
|
31 | + $this->callSilent('vendor:publish', [ '--tag' => 'otp-migrations' ]); |
|
32 | 32 | |
33 | 33 | $this->comment('Publishing Otp Generator Configuration...'); |
34 | - $this->callSilent('vendor:publish', ['--tag' => 'otp-config']); |
|
34 | + $this->callSilent('vendor:publish', [ '--tag' => 'otp-config' ]); |
|
35 | 35 | |
36 | 36 | $this->info('Otp Generator scaffolding installed successfully.'); |
37 | 37 | } |