Skip to content

Commit 470bf43

Browse files
committed
issus command
1 parent 2317430 commit 470bf43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/PublishDashboard.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public function __construct()
3737
*/
3838
public function handle()
3939
{
40-
$this->callSilent('vendor:publish', ['--tag' => 'views' ,'--force']);
41-
$this->callSilent('vendor:publish', ['--tag' => 'public' ,'--force']);
40+
$this->callSilent('vendor:publish', ['--tag' => 'views' ,'--force' => true]);
41+
$this->callSilent('vendor:publish', ['--tag' => 'public' ,'--force' => true]);
4242

4343
$this->info('Copied Directory [komeyl/dashboard/src/Views] To [/resources/views/dashboard]');
4444
$this->info('Copied Directory [komeyl/dashboard/src/Assets] To [/public/assets]');

0 commit comments

Comments
 (0)