This commit is contained in:
2021-02-22 19:17:25 +08:00
parent 122392c583
commit ea4986b19d
+1
View File
@@ -90,6 +90,7 @@ class Snowflake
*/
public static function createObject($className, $construct = []): mixed
{
var_dump($className);
if (is_object($className)) {
return $className;
}