mirror of
https://github.com/jbcr/core.git
synced 2026-04-25 01:28:18 +02:00
fix clear cache
This commit is contained in:
@@ -24,6 +24,7 @@ class ClearCacheController extends BaseController
|
||||
|
||||
$input = new ArrayInput([
|
||||
'command' => 'cache:clear',
|
||||
'--no-warmup' => true
|
||||
]);
|
||||
$output = new BufferedOutput();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user