From f2d49d05b2a7c680b8976d7b5fe2618cf92d4169 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 8 Apr 2021 01:42:12 +0800 Subject: [PATCH] modify --- Annotation/Loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 20b16e78..a28f4a37 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -274,7 +274,7 @@ class Loader extends BaseObject foreach ($directory as $key => $value) { $out_path .= DIRECTORY_SEPARATOR . $value; if ($out_path === $output) { - continue; + break; } $tree = $this->getTree($tree, $value); }