Commit 0d786bdf authored by Julien Brochet's avatar Julien Brochet

fixed typo

parent 8540d369
......@@ -366,7 +366,7 @@ whole rendering by returning a Response:
The after filter has access to the Request and the Response:
$app->before(function (Request $request, Response $response) {
$app->after(function (Request $request, Response $response) {
// tweak the Response
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment