removing the Symfony 3.3 warning, because that version is no longer

supported
This commit is contained in:
Ryan Weaver
2018-04-17 15:52:42 -04:00
parent b964575e83
commit f8f3b2ac4f
@@ -15,7 +15,6 @@ doctrine:
charset: utf8mb4
collate: utf8mb4_unicode_ci
# With Symfony 3.3, remove the `resolve:` prefix
url: '%env(resolve:DATABASE_URL)%'
orm:
auto_generate_proxy_classes: '%kernel.debug%'