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