This commit is contained in:
2020-09-27 14:41:25 +08:00
parent 1fdc594cbb
commit 510349d6d4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -434,7 +434,7 @@ class Router extends Application implements RouterInterface
if (!($node instanceof Node) || !$node->hasAfter()) {
return;
}
$node->afterDispatch($response);
$node->afterDispatch($response ?? null);
}
}