From 1babd8e8581213ea8a4a1767ad56f3c2d88b8c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 19 Apr 2021 16:26:07 +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, 3 deletions(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 7826cf04..66e16dfd 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -231,9 +231,6 @@ class Loader extends BaseObject { try { $path = '/' . trim($path, '/'); - if (!isset($this->_directory[$path])) { - return; - } foreach ($this->_directory as $key => $_path) { $key = '/' . trim($key, '/'); var_dump($key . '->' . $path);