This commit is contained in:
2021-04-25 12:28:57 +08:00
parent 7fe333299b
commit f666bc34f6
+1
View File
@@ -306,6 +306,7 @@ class Snowflake
*/ */
public static function configure($object, $config): mixed public static function configure($object, $config): mixed
{ {
var_dump($config);
foreach ($config as $key => $value) { foreach ($config as $key => $value) {
if (!property_exists($object, $key)) { if (!property_exists($object, $key)) {
continue; continue;