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); }