From 270283dff0fe951932c29c7882e8b4796d1c84c1 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 20 Sep 2021 01:25:11 +0800 Subject: [PATCH] 111 --- core/Proxy/AspectProxy.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/Proxy/AspectProxy.php b/core/Proxy/AspectProxy.php index 7cb1a903..596bf908 100644 --- a/core/Proxy/AspectProxy.php +++ b/core/Proxy/AspectProxy.php @@ -46,7 +46,6 @@ class AspectProxy extends AProxy implements ProxyInterface { $aspect = NoteManager::getSpecify_annotation(Aspect::class, $executor[0], $executor[1]); if (!is_null($aspect)) { - var_dump($aspect); $aspect = Kiri::getDi()->get($aspect->aspect); } return $aspect;