mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-24 11:59:09 -04:00
Include Vendor
This commit is contained in:
8
vendor/symfony/routing/Tests/Fixtures/validresource.yml
vendored
Normal file
8
vendor/symfony/routing/Tests/Fixtures/validresource.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
_blog:
|
||||
resource: validpattern.yml
|
||||
prefix: /{foo}
|
||||
defaults: { 'foo': '123' }
|
||||
requirements: { 'foo': '\d+' }
|
||||
options: { 'foo': 'bar' }
|
||||
host: ""
|
||||
condition: 'context.getMethod() == "POST"'
|
||||
Reference in New Issue
Block a user