Skip to content

Commit

Permalink
Update AllCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim authored Oct 2, 2024
1 parent 6cab7f8 commit 5bf90af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/Console/Commands/Reload/AllCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public function handle(): void
{
$this->call('reload:cache');
$this->call('reload:db');

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

if ($this->option('dev')) {
$this->call('seed:dev');
}
Expand All @@ -46,8 +47,6 @@ public function handle(): void
$this->call('seed:demo');
}

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

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

0 comments on commit 5bf90af

Please sign in to comment.