This commit is contained in:
2021-03-29 16:23:30 +08:00
parent faeb6d3c0c
commit 9e1a156bca
+1
View File
@@ -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);
}