From 3f9b8d8e8c285492c8d06b0294bfa27453cfbe9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 3 Aug 2021 11:08:56 +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 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;