File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ You can configure the service configurator using the ``configurator`` option:
116116 # app/config/services.yml
117117 services :
118118 app.email_formatter_manager :
119- class : EmailFormatterManager
119+ class : AppBundle\Mail\ EmailFormatterManager
120120 # ...
121121
122122 app.email_configurator :
@@ -159,7 +159,7 @@ You can configure the service configurator using the ``configurator`` option:
159159 <configurator service =" app.email_configurator" method =" configure" />
160160 </service >
161161
162- <service id =" greeting_card_manager" class =" GreetingCardManager" >
162+ <service id =" greeting_card_manager" class =" AppBundle\Mail\ GreetingCardManager" >
163163 <argument type =" service" id =" mailer" />
164164
165165 <configurator service =" app.email_configurator" method =" configure" />
You can’t perform that action at this time.
0 commit comments