modify
This commit is contained in:
@@ -143,14 +143,14 @@ class Container extends BaseObject
|
|||||||
$reflection = $this->_reflection[$class];
|
$reflection = $this->_reflection[$class];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_null($construct = $reflection->getConstructor())) {
|
// if (!is_null($construct = $reflection->getConstructor())) {
|
||||||
$this->_constructs[$class] = $this->resolveMethodParam($construct, $constrict);
|
// $this->_constructs[$class] = $this->resolveMethodParam($construct, $constrict);
|
||||||
} else {
|
// } else {
|
||||||
if ($class == HttpHeaders::class) {
|
// if ($class == HttpHeaders::class) {
|
||||||
var_dump($constrict);
|
// var_dump($constrict);
|
||||||
}
|
// }
|
||||||
$this->_constructs[$class] = $constrict;
|
// $this->_constructs[$class] = $constrict;
|
||||||
}
|
// }
|
||||||
return $reflection;
|
return $reflection;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user