This commit is contained in:
2021-02-22 19:00:47 +08:00
parent ea3d527969
commit 4ace82d706
+1 -1
View File
@@ -197,7 +197,7 @@ class Container extends BaseObject
'string' => '',
'int', 'float' => 0,
'bool' => false,
'', null => NULL,
'', null, 'object' => NULL,
default => Snowflake::createObject($param->getType())
};
}