diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 20551cd5..e706b6e8 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -149,7 +149,7 @@ class Loader extends BaseObject $directory = implode('/', $array); - $this->_directory[$directory][] = $directory; + $this->_directory[$directory][] = $path->getRealPath(); } } }