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 b3395a2 commit 09648caCopy full SHA for 09648ca
symfony/framework-bundle/6.2/config/services.yaml
@@ -10,6 +10,11 @@ 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