From 2d68cfdec3399c6021b86d4eae7ca919b86ea85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 19 Apr 2021 12:01:47 +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 438ae19f..20551cd5 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -227,7 +227,7 @@ class Loader extends BaseObject { try { $path = '/' . trim($path, '/'); - var_dump($path); + var_dump($path, $this->_directory); if (!isset($this->_directory[$path])) { return; }