From 4c66dfe0d467a42077fe4a2c0b754b55ec4f15cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 19 Apr 2021 12:41:23 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index c65c393d..73cad9fe 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -246,6 +246,7 @@ class Loader extends BaseObject if (!str_contains($key, $path)) { continue; } + var_dump($_path); $this->execute($_path); } } catch (Throwable $exception) {