Files
faveo/vendor/symfony/routing/Tests/Fixtures/bad_format.yml
2016-06-13 20:41:55 +05:30

4 lines
84 B
YAML

blog_show:
path: /blog/{slug}
defaults: { _controller: "MyBundle:Blog:show" }