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