the-djmaze 2022-12-22 19:00:22 +01:00
parent 8aa9d3009b
commit 18b7b39b49

View file

@ -569,6 +569,7 @@ abstract class Utils
if ($path->isDir()) {
\rmdir($path);
} else {
\is_callable('opcache_invalidate') && \opcache_invalidate($path, true);
\unlink($path);
}
}