Skip to content

Commit f575cd1

Browse files
authored
Invalidates cached file after write
#21949 (comment)
1 parent 9349b82 commit f575cd1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libraries/src/Factory.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -569,11 +569,6 @@ protected static function createConfig($file, $type = 'PHP', $namespace = '')
569569
{
570570
if (is_file($file))
571571
{
572-
if (function_exists('opcache_invalidate'))
573-
{
574-
opcache_invalidate($file);
575-
}
576-
577572
include_once $file;
578573
}
579574

0 commit comments

Comments
 (0)