This commit is contained in:
as2252258@163.com
2021-02-23 01:52:57 +08:00
parent 6447dce588
commit 36af0672df
+1
View File
@@ -138,6 +138,7 @@ class Container extends BaseObject
if (!$reflection->isInstantiable()) {
return null;
}
$this->_reflection[$class] = $reflection;
} else {
$reflection = $this->_reflection[$class];
}