eee
This commit is contained in:
@@ -169,6 +169,8 @@ class Container implements ContainerInterface
|
||||
if (($handler = $reflect->getConstructor()) !== null) {
|
||||
$construct = $this->mergeParams($this->getMethodParams($handler), $construct);
|
||||
}
|
||||
|
||||
var_dump($construct);
|
||||
$newInstance = $reflect->newInstanceArgs($construct);
|
||||
|
||||
return $this->runInit($reflect, static::configure($newInstance, $config));
|
||||
|
||||
Reference in New Issue
Block a user