This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/Routing/Fixtures/validpattern.yml

5 lines
95 B
YAML
Raw Normal View History

2011-03-19 12:23:53 +00:00
blog_show:
pattern: /blog/{slug}
defaults: { _controller: MyBlogBundle:Blog:show }