Skip to content

Commit 4d616f3

Browse files
committed
bug #790 disable the deprecated sensio_framework_extra.router.annotations (christickner)
This PR was squashed before being merged into the master branch (closes #790). Discussion ---------- disable the deprecated sensio_framework_extra.router.annotations fixes #786 `famework.annotations` still needs to be true due to the `validation: { enable_annotations: true }` in `framework.yaml`. Should I move the `framework.annotations: true` to the `framework.yaml` file instead? It seems more appropriate. Commits ------- db5baeb disable the deprecated sensio_framework_extra.router.annotations
2 parents cacac51 + db5baeb commit 4d616f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/packages/framework_extra.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
framework:
2-
annotations: true
1+
sensio_framework_extra:
2+
router:
3+
annotations: false

0 commit comments

Comments
 (0)