mirror of
https://github.com/flextype/flextype.git
synced 2025-08-12 08:04:05 +02:00
@@ -228,7 +228,7 @@ class Cache
|
||||
@clearstatcache();
|
||||
|
||||
// Clear opcache
|
||||
function_exists('opcache_reset')) and @opcache_reset();
|
||||
function_exists('opcache_reset') and @opcache_reset();
|
||||
|
||||
// Remove cache dir
|
||||
Flextype::filesystem()->remove(CACHE_PATH . '/doctrine/');
|
||||
|
Reference in New Issue
Block a user