改名
This commit is contained in:
@@ -432,7 +432,7 @@ class Router extends Application implements RouterInterface
|
|||||||
]);
|
]);
|
||||||
$response = send($trance, 200);
|
$response = send($trance, 200);
|
||||||
} finally {
|
} finally {
|
||||||
if (!$node->hasAfter()) {
|
if (!($node instanceof Node) || !$node->hasAfter()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$node->afterDispatch($response);
|
$node->afterDispatch($response);
|
||||||
|
|||||||
Reference in New Issue
Block a user