From f38ef1500c8b64d46ddb7ea575d54e50550c5584 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 27 Mar 2018 03:25:13 +0300 Subject: [PATCH] Implement doctrine cache #4 #5 --- flextype/Cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/Cache.php b/flextype/Cache.php index 3621af3a..04f67dc9 100755 --- a/flextype/Cache.php +++ b/flextype/Cache.php @@ -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/');