This commit is contained in:
2021-04-25 12:34:47 +08:00
parent e73cb9f47d
commit 0bb92fecb0
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -306,7 +306,6 @@ class Snowflake
*/
public static function configure($object, $config): mixed
{
var_dump($config);
foreach ($config as $key => $value) {
if (!property_exists($object, $key)) {
continue;