From 501c2595802c2a151a8162631200e66c40a6b452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 3 Aug 2021 10:25:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Annotation/Loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;