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 @@ -109,15 +109,15 @@ be specified in YAML, XML or PHP:
109109
110110 .. code-block :: yaml
111111
112- # app/config/config .yml
112+ # app/config/services .yml
113113 services :
114114 my_mailer :
115115 class : Acme\HelloBundle\Mailer
116116 arguments : [sendmail]
117117
118118 .. code-block :: xml
119119
120- <!-- app/config/config .xml -->
120+ <!-- app/config/services .xml -->
121121 <?xml version =" 1.0" encoding =" UTF-8" ?>
122122 <container xmlns =" http://symfony.com/schema/dic/services"
123123 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
@@ -133,7 +133,7 @@ be specified in YAML, XML or PHP:
133133
134134 .. code-block :: php
135135
136- // app/config/config .php
136+ // app/config/services .php
137137 use Symfony\Component\DependencyInjection\Definition;
138138
139139 $container->setDefinition('my_mailer', new Definition(
You can’t perform that action at this time.
0 commit comments