diff --git a/System/Snowflake.php b/System/Snowflake.php index bc957eaa..27241050 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -306,6 +306,7 @@ class Snowflake */ public static function configure($object, $config): mixed { + var_dump($config); foreach ($config as $key => $value) { if (!property_exists($object, $key)) { continue;