From b4758efec8d06c32e28085c7c23d3068fe424df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 19 Apr 2021 12:40: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 b459f791..c65c393d 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -246,7 +246,7 @@ class Loader extends BaseObject if (!str_contains($key, $path)) { continue; } - $this->execute($this->_directory[$_path]); + $this->execute($_path); } } catch (Throwable $exception) { $this->addError($exception, 'throwable');