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 @@ -158,23 +158,23 @@ from auto-registering classes that are defined manually elsewhere:
158
158
159
159
.. configuration-block ::
160
160
161
- .. code-block :: yaml
161
+ .. code-block :: yaml
162
162
163
- # config/services.yaml
164
- imports :
165
- - { resource: services/mailer.yaml }
166
- # ... other imports
163
+ # config/services.yaml
164
+ imports :
165
+ - { resource: services/mailer.yaml }
166
+ # ... other imports
167
167
168
- services :
169
- _defaults :
170
- autowire : true
171
- autoconfigure : true
168
+ services :
169
+ _defaults :
170
+ autowire : true
171
+ autoconfigure : true
172
172
173
- App\ :
174
- resource : ' ../src/*'
175
- exclude :
176
- - ' ../src/Mailer/'
177
- - ' ../src/SpecificClass.php'
173
+ App\ :
174
+ resource : ' ../src/*'
175
+ exclude :
176
+ - ' ../src/Mailer/'
177
+ - ' ../src/SpecificClass.php'
178
178
179
179
.. code-block :: xml
180
180
@@ -235,19 +235,19 @@ same file. These later definitions will override the auto-registered ones:
235
235
236
236
.. configuration-block ::
237
237
238
- .. code-block :: yaml
238
+ .. code-block :: yaml
239
239
240
- # config/services.yaml
241
- services :
242
- _defaults :
243
- autowire : true
244
- autoconfigure : true
240
+ # config/services.yaml
241
+ services :
242
+ _defaults :
243
+ autowire : true
244
+ autoconfigure : true
245
245
246
- App\ :
247
- resource : ' ../src/*'
246
+ App\ :
247
+ resource : ' ../src/*'
248
248
249
- App\Mailer\MyMailer :
250
- arguments : ['%env(MAILER_DSN)%']
249
+ App\Mailer\MyMailer :
250
+ arguments : ['%env(MAILER_DSN)%']
251
251
252
252
.. code-block :: xml
253
253
You can’t perform that action at this time.
0 commit comments