From 27570c091f8be8f891e28e55e884db2869265e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 19 Apr 2021 15:25:12 +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, 1 insertion(+), 1 deletion(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index b9149e44..1d327b24 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -238,7 +238,7 @@ class Loader extends BaseObject if (!str_contains($key, $path)) { continue; } - if (!empty($outPath) && in_array($key, $outPath)) continue; +// if (!empty($outPath) && in_array($key, $outPath)) continue; $this->execute($_path); } } catch (Throwable $exception) {