diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 73a67d50..74836a0c 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -276,6 +276,7 @@ class Loader extends BaseObject $tree = $this->files; foreach ($DIRECTORY as $value) { + var_dump($value); $tree = $tree->getChild($value); $tree->addFile($className);