Skip to content

Commit

Permalink
call view:clear when updating assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerockett authored and ifox committed Sep 13, 2021
1 parent 93e665e commit c5b9601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public function handle()
{
$this->publishAssets();
$this->call('cache:clear');
$this->call('view:clear');
}

/**
Expand Down

0 comments on commit c5b9601

Please sign in to comment.