Skip to content

Commit

Permalink
bug #790 disable the deprecated sensio_framework_extra.router.annotat…
Browse files Browse the repository at this point in the history
…ions (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
  • Loading branch information
javiereguiluz committed Apr 26, 2018
2 parents cacac51 + db5baeb commit 4d616f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/packages/framework_extra.yaml
@@ -1,2 +1,3 @@
framework:
annotations: true
sensio_framework_extra:
router:
annotations: false

0 comments on commit 4d616f3

Please sign in to comment.