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 @@ -24,15 +24,15 @@ of the new ``mailer_configuration`` service? One way is to use an expression:
24
24
25
25
.. code-block :: yaml
26
26
27
- # app/config/config .yml
27
+ # app/config/services .yml
28
28
services :
29
29
my_mailer :
30
30
class : AppBundle\Mailer
31
31
arguments : ["@=service('mailer_configuration').getMailerMethod()"]
32
32
33
33
.. code-block :: xml
34
34
35
- <!-- app/config/config .xml -->
35
+ <!-- app/config/services .xml -->
36
36
<?xml version =" 1.0" encoding =" UTF-8" ?>
37
37
<container xmlns =" http://symfony.com/schema/dic/services"
38
38
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
@@ -48,7 +48,7 @@ of the new ``mailer_configuration`` service? One way is to use an expression:
48
48
49
49
.. code-block :: php
50
50
51
- // app/config/config .php
51
+ // app/config/services .php
52
52
use AppBundle\Mailer;
53
53
use Symfony\Component\ExpressionLanguage\Expression;
54
54
You can’t perform that action at this time.
0 commit comments