This commit is contained in:
2020-09-09 10:45:07 +08:00
parent 9f5ecc98ea
commit 31fcc46151
+1 -1
View File
@@ -101,7 +101,7 @@ class Node extends Application
public function afterDispatch($response) public function afterDispatch($response)
{ {
$callback = Reduce::after($this->_after); $callback = Reduce::after($this->_after);
return $callback($response); return $callback(\request(), $response);
} }