Commit 9d8b3f5f authored by Fabien Potencier's avatar Fabien Potencier

merged branch aerialls/patch-1 (PR #152)

Commits
-------

0d786bdf fixed typo

Discussion
----------

fixed typo
parents 8540d369 0d786bdf
......@@ -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