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.
207207
208208 .. code-block :: yaml
209209
210- # config/packages/dev/swiftmailer .yaml
210+ # config/packages/dev/web_profiler .yaml
211211 web_profiler :
212212 intercept_redirects : true
213213
214214 .. code-block :: xml
215215
216- <!-- config/packages/dev/swiftmailer .xml -->
216+ <!-- config/packages/dev/web_profiler .xml -->
217217 <?xml version =" 1.0" encoding =" UTF-8" ?>
218218 <container xmlns =" http://symfony.com/schema/dic/services"
219219 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
@@ -230,7 +230,7 @@ the report with details of the sent emails.
230230
231231 .. code-block :: php
232232
233- // config/packages/dev/swiftmailer .php
233+ // config/packages/dev/web_profiler .php
234234 $container->loadFromExtension('web_profiler', array(
235235 'intercept_redirects' => 'true',
236236 ));
You can’t perform that action at this time.
0 commit comments