From f65e09cf8f5f8351529adc1e4eeb466b8900175d Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sun, 20 Nov 2022 21:39:14 +0100 Subject: [PATCH] Revert "Add example how to bind arguments to the services.yaml (#1119)" (#1148) This reverts commit 09648ca9a69b8a2e3e4e9ce5ad46f7ed9a86777e. --- symfony/framework-bundle/6.2/config/services.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/symfony/framework-bundle/6.2/config/services.yaml b/symfony/framework-bundle/6.2/config/services.yaml index c7851791..2d6a76f9 100644 --- a/symfony/framework-bundle/6.2/config/services.yaml +++ b/symfony/framework-bundle/6.2/config/services.yaml @@ -10,11 +10,6 @@ services: _defaults: autowire: true # Automatically injects dependencies in your services. autoconfigure: true # Automatically registers your services as commands, event subscribers, etc. - # Binding arguments by name or type - # https://symfony.com/doc/current/service_container.html#binding-arguments-by-name-or-type - #bind: - # 'bool $isDebug': '%kernel.debug%' - # makes classes in src/ available to be used as services # this creates a service per class whose id is the fully-qualified class name