diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 95b8fc69..394d715f 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -239,6 +239,7 @@ class Loader extends BaseObject if (!str_starts_with($key, $path)) { continue; } + var_dump($key, $outPath); if (in_array($key, $outPath)) continue; $this->execute($_path); }