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
-3
View File
@@ -86,9 +86,6 @@ class Container extends BaseObject
} else {
throw new NotFindClassException($class);
}
Snowflake::configure($object, $config);
return $this->_singletons[$class] = $object;
}