改名
This commit is contained in:
@@ -86,6 +86,7 @@ class Container extends BaseObject
|
|||||||
{
|
{
|
||||||
if ($this->_isInterface($class)) {
|
if ($this->_isInterface($class)) {
|
||||||
$class = $this->_interfaces[$class];
|
$class = $this->_interfaces[$class];
|
||||||
|
var_dump($class);
|
||||||
}
|
}
|
||||||
if (!isset($this->_singletons[$class])) {
|
if (!isset($this->_singletons[$class])) {
|
||||||
$this->_singletons[$class] = $this->resolve($class, $constrict, $config);
|
$this->_singletons[$class] = $this->resolve($class, $constrict, $config);
|
||||||
|
|||||||
Reference in New Issue
Block a user