From 710d49b2c82d8b42be4682adbdd91d257b20acbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 14 Apr 2021 18:25:30 +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/FileTree.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Annotation/FileTree.php b/Annotation/FileTree.php index 4474fe5f..bc491952 100644 --- a/Annotation/FileTree.php +++ b/Annotation/FileTree.php @@ -64,6 +64,7 @@ class FileTree */ public function getDirPath(): string { + var_dump($this->_filePath); return $this->_filePath; }