This commit is contained in:
as2252258@163.com
2021-02-23 01:52:04 +08:00
parent a2e53aa19f
commit 6447dce588
+3
View File
@@ -145,6 +145,9 @@ class Container extends BaseObject
if (!is_null($construct = $reflection->getConstructor())) {
$this->_constructs[$class] = $this->resolveMethodParam($construct, $constrict);
} else {
if ($class == HttpHeaders::class) {
var_dump($constrict);
}
$this->_constructs[$class] = $constrict;
}
return $reflection;