From d8b693c95e1ed4823f0fe946ffef0e5ba996385c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 14 Apr 2021 17:41: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 insertions(+) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 168ce663..4f37fbca 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -244,6 +244,9 @@ class Loader extends BaseObject { $filePath = str_replace(directory('app'), '', $filePath); + + var_dump($filePath); + $directory = $this->splitDirectory($filePath); array_pop($directory);