modify
This commit is contained in:
@@ -138,6 +138,7 @@ class Container extends BaseObject
|
|||||||
if (!$reflection->isInstantiable()) {
|
if (!$reflection->isInstantiable()) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
$this->_reflection[$class] = $reflection;
|
||||||
} else {
|
} else {
|
||||||
$reflection = $this->_reflection[$class];
|
$reflection = $this->_reflection[$class];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user