Fix Container\config()
This commit is contained in:
parent
8e215c96a7
commit
c7259750f3
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class Container
|
|||
}
|
||||
unset($config['shared'], $config['multiple']);
|
||||
if (! empty($config)) {
|
||||
$this->config = \array_replace_recursive($this->config, $config);
|
||||
$this->instances = \array_replace_recursive($this->instances, $config);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue