Skip to content

Commit

Permalink
Update Factory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
twister65 committed Sep 1, 2018
1 parent 76b4634 commit cd5ae11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/src/Factory.php
Expand Up @@ -569,7 +569,6 @@ protected static function createConfig($file, $type = 'PHP', $namespace = '')
{
if (is_file($file))
{
// opcode cache busting before including the filename
if (function_exists('opcache_invalidate'))
{
opcache_invalidate($file);
Expand Down

0 comments on commit cd5ae11

Please sign in to comment.