From 72965758e98e50e36dcf4d00e08ac526b5a760b6 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sun, 2 May 2021 04:18:32 +0800 Subject: [PATCH] modify --- Annotation/Loader.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 6224f36e..247ede8b 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -419,6 +419,7 @@ class Loader extends BaseObject } } } + unset($this->_classes[$className]); } }