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 1d6c735 commit 6f2e9aeCopy full SHA for 6f2e9ae
service_container/import.rst
@@ -80,7 +80,7 @@ a relative or absolute path to the imported file:
80
# config/services.yaml
81
imports:
82
- { resource: services/mailer.yaml }
83
- # If you want to import a directory, use the next configuration
+ # If you want to import a whole directory:
84
- { resource: services/ }
85
services:
86
_defaults:
@@ -104,7 +104,7 @@ a relative or absolute path to the imported file:
104
105
<imports>
106
<import resource="services/mailer.xml"/>
107
- <!-- If you want to import a directory, use the next configuration -->
+ <!-- If you want to import a whole directory: -->
108
<import resource="services/"/>
109
</imports>
110
0 commit comments