Skip to content

Commit 6f2e9ae

Browse files
authored
Update import.rst
Hey, I updated the file like asked.
1 parent 1d6c735 commit 6f2e9ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container/import.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ a relative or absolute path to the imported file:
8080
# config/services.yaml
8181
imports:
8282
- { resource: services/mailer.yaml }
83-
# If you want to import a directory, use the next configuration
83+
# If you want to import a whole directory:
8484
- { resource: services/ }
8585
services:
8686
_defaults:
@@ -104,7 +104,7 @@ a relative or absolute path to the imported file:
104104
105105
<imports>
106106
<import resource="services/mailer.xml"/>
107-
<!-- If you want to import a directory, use the next configuration -->
107+
<!-- If you want to import a whole directory: -->
108108
<import resource="services/"/>
109109
</imports>
110110

0 commit comments

Comments
 (0)