File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,15 +109,15 @@ be specified in YAML, XML or PHP:
109
109
110
110
.. code-block :: yaml
111
111
112
- # app/config/config .yml
112
+ # app/config/services .yml
113
113
services :
114
114
my_mailer :
115
115
class : Acme\HelloBundle\Mailer
116
116
arguments : [sendmail]
117
117
118
118
.. code-block :: xml
119
119
120
- <!-- app/config/config .xml -->
120
+ <!-- app/config/services .xml -->
121
121
<?xml version =" 1.0" encoding =" UTF-8" ?>
122
122
<container xmlns =" http://symfony.com/schema/dic/services"
123
123
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
@@ -133,7 +133,7 @@ be specified in YAML, XML or PHP:
133
133
134
134
.. code-block :: php
135
135
136
- // app/config/config .php
136
+ // app/config/services .php
137
137
use Symfony\Component\DependencyInjection\Definition;
138
138
139
139
$container->setDefinition('my_mailer', new Definition(
You can’t perform that action at this time.
0 commit comments