Skip to content

Commit f65e09c

Browse files
Revert "Add example how to bind arguments to the services.yaml (#1119)" (#1148)
This reverts commit 09648ca.
1 parent ace2f78 commit f65e09c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

symfony/framework-bundle/6.2/config/services.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ services:
1010
_defaults:
1111
autowire: true # Automatically injects dependencies in your services.
1212
autoconfigure: true # Automatically registers your services as commands, event subscribers, etc.
13-
# Binding arguments by name or type
14-
# https://symfony.com/doc/current/service_container.html#binding-arguments-by-name-or-type
15-
#bind:
16-
# 'bool $isDebug': '%kernel.debug%'
17-
1813

1914
# makes classes in src/ available to be used as services
2015
# this creates a service per class whose id is the fully-qualified class name

0 commit comments

Comments
 (0)