Skip to content

Commit a61b24c

Browse files
committed
run event:clear on optimize:clear
1 parent 2f93c49 commit a61b24c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Foundation/Console/OptimizeClearCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class OptimizeClearCommand extends Command
2727
*/
2828
public function handle()
2929
{
30+
$this->call('event:clear');
3031
$this->call('view:clear');
3132
$this->call('cache:clear');
3233
$this->call('route:clear');

0 commit comments

Comments
 (0)