File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -155,23 +155,23 @@ from auto-registering classes that are defined manually elsewhere:
155
155
156
156
.. configuration-block ::
157
157
158
- .. code-block :: yaml
158
+ .. code-block :: yaml
159
159
160
- # config/services.yaml
161
- imports :
162
- - { resource: services/mailer.yaml }
163
- # ... other imports
160
+ # config/services.yaml
161
+ imports :
162
+ - { resource: services/mailer.yaml }
163
+ # ... other imports
164
164
165
- services :
166
- _defaults :
167
- autowire : true
168
- autoconfigure : true
165
+ services :
166
+ _defaults :
167
+ autowire : true
168
+ autoconfigure : true
169
169
170
- App\ :
171
- resource : ' ../src/*'
172
- exclude :
173
- - ' ../src/Mailer/'
174
- - ' ../src/SpecificClass.php'
170
+ App\ :
171
+ resource : ' ../src/*'
172
+ exclude :
173
+ - ' ../src/Mailer/'
174
+ - ' ../src/SpecificClass.php'
175
175
176
176
.. code-block :: xml
177
177
@@ -232,19 +232,19 @@ same file. These later definitions will override the auto-registered ones:
232
232
233
233
.. configuration-block ::
234
234
235
- .. code-block :: yaml
235
+ .. code-block :: yaml
236
236
237
- # config/services.yaml
238
- services :
239
- _defaults :
240
- autowire : true
241
- autoconfigure : true
237
+ # config/services.yaml
238
+ services :
239
+ _defaults :
240
+ autowire : true
241
+ autoconfigure : true
242
242
243
- App\ :
244
- resource : ' ../src/*'
243
+ App\ :
244
+ resource : ' ../src/*'
245
245
246
- App\Mailer\MyMailer :
247
- arguments : ['%env(MAILER_DSN)%']
246
+ App\Mailer\MyMailer :
247
+ arguments : ['%env(MAILER_DSN)%']
248
248
249
249
.. code-block :: xml
250
250
You can’t perform that action at this time.
0 commit comments