From 9e1a156bcaf317a574244cf846ac49deb7a0c4f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 29 Mar 2021 16:23:30 +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/Abstracts/BaseObject.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Abstracts/BaseObject.php b/System/Abstracts/BaseObject.php index f2afe8b0..91bbeb3f 100644 --- a/System/Abstracts/BaseObject.php +++ b/System/Abstracts/BaseObject.php @@ -157,6 +157,7 @@ class BaseObject implements Configure if (!Snowflake::app()->has('aop')) { return call_user_func([$this, $name], $arguments); } + var_dump(get_called_class() . '::' . $name); return \aop([$this, $name], $arguments); }