This commit is contained in:
as2252258@163.com
2021-02-23 02:13:16 +08:00
parent 0ef0c77b3d
commit 82a83d1afc
2 changed files with 295 additions and 297 deletions
-4
View File
@@ -148,10 +148,6 @@ class Container extends BaseObject
} else {
$this->_constructs[$class] = $constrict;
}
if ($class == HttpHeaders::class) {
var_dump($constrict, $this->_constructs[$class]);
}
return $reflection;
}