Skip to content

Commit

Permalink
bug #692 Removing duplicated configuration (yceruto)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Removing duplicated configuration

Already configured in `translation.yaml`:
https://github.com/symfony/demo/blob/0f8c19fcc05de37b32e78de2506690049268e77e/config/packages/translation.yaml#L2

Commits
-------

bdbf414 Removing duplicated configuration
  • Loading branch information
javiereguiluz committed Nov 7, 2017
2 parents 0f8c19f + bdbf414 commit f76e900
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/packages/framework.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
framework:
secret: '%env(APP_SECRET)%'
default_locale: '%locale%'
csrf_protection: { enabled: true }
http_method_override: true
trusted_hosts: ~
Expand Down

0 comments on commit f76e900

Please sign in to comment.