This commit is contained in:
2021-04-25 11:59:39 +08:00
parent cb631785da
commit 9cd8769711
+1 -1
View File
@@ -232,7 +232,7 @@ class Container extends BaseObject
$this->_constructs[$class] = $this->resolveMethodParam($construct); $this->_constructs[$class] = $this->resolveMethodParam($construct);
} }
return [$reflection, $this->_constructs[$class]]; return [$reflection, $this->_constructs[$class] ?? []];
} }