modify
This commit is contained in:
@@ -102,7 +102,6 @@ class Container extends BaseObject
|
|||||||
throw new NotFindClassException($class);
|
throw new NotFindClassException($class);
|
||||||
}
|
}
|
||||||
$_className = $definition['class'];
|
$_className = $definition['class'];
|
||||||
unset($definition['class']);
|
|
||||||
|
|
||||||
$config = array_merge($definition, $config);
|
$config = array_merge($definition, $config);
|
||||||
$definition = $this->mergeParam($class, $constrict);
|
$definition = $this->mergeParam($class, $constrict);
|
||||||
|
|||||||
Reference in New Issue
Block a user