This commit is contained in:
2021-08-13 16:57:51 +08:00
parent 491099d963
commit 4ca59d62c4
+1 -1
View File
@@ -98,7 +98,7 @@ use Server\ResponseInterface;
return Context::getContext($this->value);
}
if ($this->value == ResponseInterface::class) {
var_dump($this->value);
var_dump($this->value, class_exists($this->value));
}
if (class_exists($this->value)) {
return Kiri::getDi()->get($this->value, $this->args);