File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -207,13 +207,13 @@ the report with details of the sent emails.
207
207
208
208
.. code-block :: yaml
209
209
210
- # config/packages/dev/swiftmailer .yaml
210
+ # config/packages/dev/web_profiler .yaml
211
211
web_profiler :
212
212
intercept_redirects : true
213
213
214
214
.. code-block :: xml
215
215
216
- <!-- config/packages/dev/swiftmailer .xml -->
216
+ <!-- config/packages/dev/web_profiler .xml -->
217
217
<?xml version =" 1.0" encoding =" UTF-8" ?>
218
218
<container xmlns =" http://symfony.com/schema/dic/services"
219
219
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
@@ -230,7 +230,7 @@ the report with details of the sent emails.
230
230
231
231
.. code-block :: php
232
232
233
- // config/packages/dev/swiftmailer .php
233
+ // config/packages/dev/web_profiler .php
234
234
$container->loadFromExtension('web_profiler', array(
235
235
'intercept_redirects' => 'true',
236
236
));
You can’t perform that action at this time.
0 commit comments