From f8f3b2ac4ffd9ad77b62d974723c34d7daac783b Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Tue, 17 Apr 2018 15:52:42 -0400 Subject: [PATCH] removing the Symfony 3.3 warning, because that version is no longer supported --- doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml index 6c819716..cc74c69e 100644 --- a/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml @@ -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%'