update v 1.0.7.5
This commit is contained in:
13
vendor/symfony/routing/Tests/Fixtures/validpattern.yml
vendored
Normal file
13
vendor/symfony/routing/Tests/Fixtures/validpattern.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
blog_show:
|
||||
path: /blog/{slug}
|
||||
defaults: { _controller: "MyBundle:Blog:show" }
|
||||
host: "{locale}.example.com"
|
||||
requirements: { 'locale': '\w+' }
|
||||
methods: ['GET','POST','put','OpTiOnS']
|
||||
schemes: ['https']
|
||||
condition: 'context.getMethod() == "GET"'
|
||||
options:
|
||||
compiler_class: RouteCompiler
|
||||
|
||||
blog_show_inherited:
|
||||
path: /blog/{slug}
|
Reference in New Issue
Block a user