From ff6a2758b1b05f4ed7271bca7826ad85023d8c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 14 Apr 2021 17:43:04 +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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 4f37fbca..3ecc8545 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -254,6 +254,11 @@ class Loader extends BaseObject foreach ($directory as $value) { $tree = $this->getTree($tree, $value); } + + if ($filePath == '/Websocket/Connect.php') { + var_dump($tree); + } + if ($tree instanceof FileTree) { $tree->addFile($className); }