Skip to content

Commit e2c8943

Browse files
committed
minor symfony#9579 Fixed the location of the web_profiler config file (javiereguiluz)
This PR was merged into the 4.0 branch. Discussion ---------- Fixed the location of the web_profiler config file Commits ------- a092063 Fixed the location of the web_profiler config file
2 parents ce04382 + a092063 commit e2c8943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

email/dev_environment.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
));

0 commit comments

Comments
 (0)