Skip to content

Commit 170ad9c

Browse files
authored
[service_container] fixed importing a dir example
1 parent 9daddb2 commit 170ad9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/import.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ a relative or absolute path to the imported file:
7474
imports:
7575
- { resource: services/mailer.yaml }
7676
# If you want to import a whole directory:
77-
- { resource: services/ }
77+
- { resource: services/* }
7878
services:
7979
_defaults:
8080
autowire: true

0 commit comments

Comments
 (0)