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