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

Flextype Core: Cache - ability to delete glide cache folder added.

This commit is contained in:
Awilum
2019-01-06 18:51:11 +03:00
parent 5db4a19746
commit 73eeeed605

View File

@@ -273,8 +273,9 @@ class Cache
// Clear opcache
function_exists('opcache_reset') and @opcache_reset();
// Remove cache dir
// Remove cache dirs
Filesystem::deleteDir(PATH['cache'] . '/doctrine/');
Filesystem::deleteDir(PATH['cache'] . '/glide/');
}
/**