diff --git a/Annotation/Loader.php b/Annotation/Loader.php index b9149e44..1d327b24 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -238,7 +238,7 @@ class Loader extends BaseObject if (!str_contains($key, $path)) { continue; } - if (!empty($outPath) && in_array($key, $outPath)) continue; +// if (!empty($outPath) && in_array($key, $outPath)) continue; $this->execute($_path); } } catch (Throwable $exception) {