We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8cb952 commit fb07c86Copy full SHA for fb07c86
src/Illuminate/Foundation/Console/OptimizeClearCommand.php
@@ -59,9 +59,9 @@ public function handle()
59
public function getOptimizeClearTasks()
60
{
61
return [
62
+ 'config' => 'config:clear',
63
'cache' => 'cache:clear',
64
'compiled' => 'clear-compiled',
- 'config' => 'config:clear',
65
'events' => 'event:clear',
66
'routes' => 'route:clear',
67
'views' => 'view:clear',
0 commit comments