1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-12 08:04:05 +02:00

Implement doctrine cache #4 #5

This commit is contained in:
Awilum
2018-03-27 03:25:13 +03:00
parent 28ad0b0aaa
commit f38ef1500c

View File

@@ -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/');