This commit is contained in:
2021-02-22 19:28:26 +08:00
parent e3fedc42ec
commit e381b491fd
2 changed files with 1 additions and 14 deletions
-1
View File
@@ -90,7 +90,6 @@ class Snowflake
*/
public static function createObject($className, $construct = []): mixed
{
var_dump($className);
if (is_object($className)) {
return $className;
}