diff --git a/src/ComponentFactory.php b/src/ComponentFactory.php index ad9c489..e4d7735 100644 --- a/src/ComponentFactory.php +++ b/src/ComponentFactory.php @@ -31,10 +31,6 @@ public function make(string $componentName, string $path): string ); if (static::$latestCreatedComponentClass) { - if (function_exists('opcache_invalidate')) { - opcache_invalidate($path, true); - } - return static::$latestCreatedComponentClass; }