From 4d0fa183ba12e8d0d38d2b73765be12ba87ac7ce Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 8 Apr 2021 00:42:54 +0800 Subject: [PATCH] modify --- Annotation/Loader.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 741d200c..1cb2203b 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -209,9 +209,6 @@ class Loader extends BaseObject { try { foreach ($this->_fileMap as $fileName => $className) { - if (str_starts_with($fileName, $outPath)) { - continue; - } if (!str_starts_with($fileName, $path)) { continue; }