Skip to content

Commit 0a850da

Browse files
committed
-
1 parent c071f75 commit 0a850da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

service_container/import.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,13 @@ from auto-registering classes that are defined manually elsewhere:
162162
163163
# config/services.yaml
164164
imports:
165-
- { resource: services/mailer.yaml }
166-
# ... other imports
165+
- { resource: services/mailer.yaml }
166+
# ... other imports
167167
168168
services:
169-
_defaults:
170-
autowire: true
171-
autoconfigure: true
169+
_defaults:
170+
autowire: true
171+
autoconfigure: true
172172
173173
App\:
174174
resource: '../src/*'

0 commit comments

Comments
 (0)