diff --git a/Annotation/Loader.php b/Annotation/Loader.php index d698a310..989cf1f7 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -177,7 +177,7 @@ class Loader extends BaseObject } unset(static::$_directory[$key]); foreach ($_path as $item) { - $paths[$key] = $item; + $paths[] = $item; } } return $paths;