From 4b7f8bd9bcc2f53163ae6fa46a1fbd64d52160d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 3 Aug 2021 11:05:26 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 474fec6c..c8f77a08 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -177,7 +177,6 @@ class Loader extends BaseObject if (!str_starts_with($key, $path)) { continue; } - unset(static::$_directory[$key]); foreach ($_path as $item) { $paths[$key] = $item; }