File tree 1 file changed +2
-2
lines changed
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:
116
116
# app/config/services.yml
117
117
services :
118
118
app.email_formatter_manager :
119
- class : EmailFormatterManager
119
+ class : AppBundle\Mail\ EmailFormatterManager
120
120
# ...
121
121
122
122
app.email_configurator :
@@ -159,7 +159,7 @@ You can configure the service configurator using the ``configurator`` option:
159
159
<configurator service =" app.email_configurator" method =" configure" />
160
160
</service >
161
161
162
- <service id =" greeting_card_manager" class =" GreetingCardManager" >
162
+ <service id =" greeting_card_manager" class =" AppBundle\Mail\ GreetingCardManager" >
163
163
<argument type =" service" id =" mailer" />
164
164
165
165
<configurator service =" app.email_configurator" method =" configure" />
You can’t perform that action at this time.
0 commit comments