Revert "Add example how to bind arguments to the services.yaml (#1119)" (#1148)

This reverts commit 09648ca9a6.
This commit is contained in:
Nicolas Grekas
2022-11-20 21:39:14 +01:00
committed by GitHub
parent ace2f78a4d
commit f65e09cf8f
@@ -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