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