We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df65c33 commit d66a91aCopy full SHA for d66a91a
config/packages/framework.yaml
@@ -2,7 +2,8 @@
2
framework:
3
secret: '%env(APP_SECRET)%'
4
#csrf_protection: true
5
- annotations: false
+ # We need annotations for dh audit bundle routing
6
+ annotations: true
7
http_method_override: false
8
handle_all_throwables: true
9
config/routes/annotations.yaml renamed to config/routes/attributes.yaml
@@ -1,7 +1,7 @@
1
controllers:
resource: '../../src/Controller/'
#exclude: '../../src/Controller/Admin/*'
- type: annotation
+ type: attribute
prefix:
de: ''
de_DE: '/de'
@@ -13,4 +13,4 @@ controllers:
13
14
kernel:
15
resource: ../../src/Kernel.php
16
0 commit comments