From e7df759f8b72ccaa93e71addb44c400c390738dc Mon Sep 17 00:00:00 2001 From: Vincent Date: Mon, 19 Aug 2024 21:21:52 +0200 Subject: [PATCH] Update config/services.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Maƫl Gangloff Signed-off-by: Vincent --- config/services.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/services.yaml b/config/services.yaml index 8e2f98a..c7deee0 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -32,8 +32,6 @@ services: - '../src/DependencyInjection/' - '../src/Entity/' - '../src/Kernel.php' - bind: - $appEnv: '%kernel.environment%' # add more service definitions when explicit configuration is needed # please note that last definitions always *replace* previous ones