We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace2f78 commit f65e09cCopy full SHA for f65e09c
symfony/framework-bundle/6.2/config/services.yaml
@@ -10,11 +10,6 @@ services:
10
_defaults:
11
autowire: true # Automatically injects dependencies in your services.
12
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
-
18
19
# makes classes in src/ available to be used as services
20
# this creates a service per class whose id is the fully-qualified class name
0 commit comments