Commit 79d40aed authored by Victor's avatar Victor

implement feedback

parent 4e36a6a4
...@@ -171,7 +171,7 @@ Now, you can create another controller for viewing individual blog posts:: ...@@ -171,7 +171,7 @@ Now, you can create another controller for viewing individual blog posts::
This route definition has a variable ``{id}`` part which is passed to the This route definition has a variable ``{id}`` part which is passed to the
closure. closure.
The current ``application`` is automatically injected by Silex to the Closure The current ``Application`` is automatically injected by Silex to the Closure
thanks to the type hinting. thanks to the type hinting.
When the post does not exist, we are using ``abort()`` to stop the request When the post does not exist, we are using ``abort()`` to stop the request
......
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