@@ -14,7 +14,7 @@ discard block |
||
| 14 | 14 | if ($this->option('config')) { |
| 15 | 15 | $this->call('vendor:publish', [ |
| 16 | 16 | '--provider' => Service::class, |
| 17 | - '--tag' => ['config'], |
|
| 17 | + '--tag' => [ 'config' ], |
|
| 18 | 18 | '--force' => true, |
| 19 | 19 | ]); |
| 20 | 20 | } |
@@ -22,7 +22,7 @@ discard block |
||
| 22 | 22 | if ($this->option('views')) { |
| 23 | 23 | $this->call('vendor:publish', [ |
| 24 | 24 | '--provider' => Service::class, |
| 25 | - '--tag' => ['views'], |
|
| 25 | + '--tag' => [ 'views' ], |
|
| 26 | 26 | '--force' => true, |
| 27 | 27 | ]); |
| 28 | 28 | } |