From 953562dc2c67ffd4147acb22e6e17bd910694441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 19 Apr 2021 12:40:03 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index ff0b2c3b..b459f791 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -239,11 +239,10 @@ class Loader extends BaseObject { try { $path = '/' . trim($path, '/'); - var_dump($path); if (!isset($this->_directory[$path])) { return; } - foreach ($this->_directory[$path] as $key => $_path) { + foreach ($this->_directory as $key => $_path) { if (!str_contains($key, $path)) { continue; }