diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 51ad7021..6da0ce46 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -47,6 +47,8 @@ class Loader extends BaseObject public function loader($path, $namespace) { $this->_scanDir(new DirectoryIterator($path), $namespace); + + var_dump($this->_directory); }