This commit is contained in:
2020-12-15 17:35:51 +08:00
parent 0b2a575016
commit 070717dbdb
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -409,6 +409,7 @@ class Node extends Application
if (empty($this->handler)) {
return $this;
}
/** @var Middleware $made */
$made = Snowflake::createObject(Middleware::class);
$made->setMiddleWares($this->middleware);
$made->getGenerate($this);