This commit is contained in:
2021-04-25 12:42:43 +08:00
parent 2fe8e134dc
commit db3f4d7338
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -60,6 +60,7 @@ class Service extends Component
$object = Snowflake::createObject($config);
}
Snowflake::configure($object, $config);
return $this->_components[$id] = $object;
}