diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 741d200c..1cb2203b 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -209,9 +209,6 @@ class Loader extends BaseObject { try { foreach ($this->_fileMap as $fileName => $className) { - if (str_starts_with($fileName, $outPath)) { - continue; - } if (!str_starts_with($fileName, $path)) { continue; }