This commit is contained in:
as2252258@163.com
2021-07-03 14:08:12 +08:00
parent 8e700e4086
commit 7a39375657
+5
View File
@@ -62,6 +62,11 @@ class Service extends Component
$object = Snowflake::createObject($config);
}
unset($config['class']);
Snowflake::configure($object, $config);
return $this->_components[$id] = $object;
}