This commit is contained in:
2021-02-23 14:22:26 +08:00
parent cfdbcba13f
commit 45980f7007
-3
View File
@@ -447,9 +447,6 @@ class Node extends HttpService
if (empty($this->handler)) {
return $this;
}
if (!is_array($this->handler)) {
return $this;
}
/** @var Middleware $made */
$made = Snowflake::createObject(Middleware::class);
$made->getGenerate($this);