There was an error while loading. Please reload this page.
2 parents a03cd38 + 3bfc96d commit 51df9feCopy full SHA for 51df9fe
book/routing.rst
@@ -710,7 +710,7 @@ routing system can be:
710
711
article_show:
712
pattern: /articles/{culture}/{year}/{title}.{_format}
713
- defaults { _controller: AcmeDemoBundle:Article:show, _format: html }
+ defaults: { _controller: AcmeDemoBundle:Article:show, _format: html }
714
requirements:
715
culture: en|fr
716
_format: html|rss
0 commit comments