Commit 99fada6c authored by Emanuele Minotto's avatar Emanuele Minotto

Fixed comments (blocks)

parent d6243e37
......@@ -395,8 +395,8 @@ middleware, a requirement, or a default value), you can configure it on
->assert('id', '\d+')
->requireHttps()
->method('get')
->convert('id', function () { // ... })
->before(function () { // ... })
->convert('id', function () { /* ... */ })
->before(function () { /* ... */ })
;
These settings are applied to already registered controllers and they become
......
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