From 676fb95d32bfdd336da7d995d4480043c768a5e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 20 Apr 2021 10:46:50 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 3ba1895f..17d459e8 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -236,11 +236,11 @@ class Loader extends BaseObject if (!str_starts_with($key, $path)) { continue; } - if (in_array($key, $outPath)) continue; + if (in_array($key, $outPath)) { + continue; + } $this->execute($_path); } - -// $this->each($path, $outPath); } catch (Throwable $exception) { $this->addError($exception, 'throwable'); }