diff --git a/System/Snowflake.php b/System/Snowflake.php index db5964b2..c19d6b93 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -90,6 +90,7 @@ class Snowflake */ public static function createObject($className, $construct = []): mixed { + var_dump($className); if (is_object($className)) { return $className; }