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

Implement doctrine cache #4 #5

This commit is contained in:
Awilum
2018-03-27 03:58:02 +03:00
parent 2c2f9f8b27
commit a5ed692754

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