From c0d2ec2ed2b36a343ff5a9ef1c33708520af312f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 19 Apr 2021 12:33:50 +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, 2 insertions(+) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 51ad7021..6da0ce46 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -47,6 +47,8 @@ class Loader extends BaseObject public function loader($path, $namespace) { $this->_scanDir(new DirectoryIterator($path), $namespace); + + var_dump($this->_directory); }