diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 474fec6c..c8f77a08 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -177,7 +177,6 @@ class Loader extends BaseObject if (!str_starts_with($key, $path)) { continue; } - unset(static::$_directory[$key]); foreach ($_path as $item) { $paths[$key] = $item; }