From 3e28888417f4d28e6d395f5d31453072786dd96c Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 8 Apr 2021 01:55:30 +0800 Subject: [PATCH] modify --- Annotation/Loader.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index f2d25091..796bf7d6 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -274,7 +274,6 @@ class Loader extends BaseObject $out_path = ''; foreach ($directory as $key => $value) { $out_path .= DIRECTORY_SEPARATOR . $value; - var_dump($out_path . '::' . $output); if ($out_path === $output) { break; }