Skip to content

Commit

Permalink
run event:clear on optimize:clear
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 18, 2021
1 parent 2f93c49 commit a61b24c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Foundation/Console/OptimizeClearCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class OptimizeClearCommand extends Command
*/
public function handle()
{
$this->call('event:clear');
$this->call('view:clear');
$this->call('cache:clear');
$this->call('route:clear');
Expand Down

0 comments on commit a61b24c

Please sign in to comment.