Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / routing / Tests / Fixtures / bad_format.yml
1 blog_show:
2         path:     /blog/{slug}
3         defaults: { _controller: "MyBundle:Blog:show" }