This commit is contained in:
2021-03-29 16:39:15 +08:00
parent 5764846a78
commit 623947f4d8
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -165,6 +165,7 @@ class BaseObject implements Configure
*/
public static function __callStatic(string $name, array $arguments): mixed
{
var_dump(get_called_class() . '::' . $name);
if (!Snowflake::app()->has('aop')) {
return call_user_func([get_called_class(), $name], $arguments);
}