改名
This commit is contained in:
@@ -197,7 +197,7 @@ class Container extends BaseObject
|
|||||||
'string' => '',
|
'string' => '',
|
||||||
'int', 'float' => 0,
|
'int', 'float' => 0,
|
||||||
'bool' => false,
|
'bool' => false,
|
||||||
'' => NULL,
|
'', null => NULL,
|
||||||
default => Snowflake::createObject($param->getType())
|
default => Snowflake::createObject($param->getType())
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user