Try to clear caches before updating (#522)
* Try to clear caches before updating * Add clear-compiled to maintenance cache list * Formatting
This commit is contained in:
@@ -42,6 +42,7 @@ class MaintenanceController extends Controller
|
||||
$calls[] = 'config:cache';
|
||||
$calls[] = 'cache:clear';
|
||||
$calls[] = 'route:cache';
|
||||
$calls[] = 'clear-compiled';
|
||||
}
|
||||
|
||||
// If we want to clear only the views but keep everything else
|
||||
|
||||
Reference in New Issue
Block a user