改名
This commit is contained in:
@@ -90,6 +90,7 @@ class Snowflake
|
|||||||
*/
|
*/
|
||||||
public static function createObject($className, $construct = []): mixed
|
public static function createObject($className, $construct = []): mixed
|
||||||
{
|
{
|
||||||
|
var_dump($className);
|
||||||
if (is_object($className)) {
|
if (is_object($className)) {
|
||||||
return $className;
|
return $className;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user