From a5ed692754ddd26162467f446c2ea6633efd3f35 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 27 Mar 2018 03:58:02 +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/');