From 2129185feba9dbfe5cb3639adc670dd0ee482f37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 30 Mar 2021 12:04:16 +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 --- System/Aop.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Aop.php b/System/Aop.php index 779dc04e..bef98107 100644 --- a/System/Aop.php +++ b/System/Aop.php @@ -56,6 +56,7 @@ class Aop extends Component return call_user_func($close, ...$get_args); } + var_dump($this->_aop[$aopName]); $reflect = Snowflake::getDi()->getReflect($this->_aop[$aopName]); if (!$reflect->isInstantiable() || !$reflect->hasMethod('invoke')) { throw new Exception(ASPECT_ERROR . IAspect::class);