Skip to content

Commit

Permalink
Merge pull request #216 from P3D-Legacy/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling authored Dec 22, 2022
2 parents 3486fe3 + 1f5f012 commit f5844bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Console/Commands/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ public function handle(): int
'hide_events' => '{}',
]);
}
$this->info('Publishing nova assets...');
Artisan::call('nova:publish');
$this->info('Clear views...');
Artisan::call('view:clear');
$this->info('Done.');

return 0;
Expand Down

0 comments on commit f5844bc

Please sign in to comment.