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 bf020aa commit c11e8c5Copy full SHA for c11e8c5
doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml
@@ -1,6 +1,7 @@
1
doctrine:
2
dbal:
3
- url: '%env(DATABASE_URL)%'
+ # With Symfony 3.3, remove the `resolve:` prefix
4
+ url: '%env(resolve:DATABASE_URL)%'
5
orm:
6
auto_generate_proxy_classes: '%kernel.debug%'
7
naming_strategy: doctrine.orm.naming_strategy.underscore
0 commit comments