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