From 84de3424ef5b1f779cef777fb6e3ff604c5c6dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 19 Apr 2021 16:24:38 +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 394d715f..7826cf04 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -236,10 +236,10 @@ class Loader extends BaseObject } foreach ($this->_directory as $key => $_path) { $key = '/' . trim($key, '/'); + var_dump($key . '->' . $path); if (!str_starts_with($key, $path)) { continue; } - var_dump($key, $outPath); if (in_array($key, $outPath)) continue; $this->execute($_path); }