This commit is contained in:
2021-02-23 14:16:08 +08:00
parent 8de7e6cfbc
commit 9e6ac6d92d
8 changed files with 275 additions and 279 deletions
+3
View File
@@ -447,6 +447,9 @@ 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);