Skip to content

Commit

Permalink
Update AllCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim authored Sep 30, 2024
1 parent 01f2b64 commit 93eeaf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Console/Commands/Reload/AllCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ public function handle(): void
$this->call('seed:demo');
}

$this->call('reload:media');

$this->call('storage:link', [
'--force' => true,
]);
Expand Down

0 comments on commit 93eeaf6

Please sign in to comment.