Skip to content

Commit 1ccb80c

Browse files
authored
Fixed class namespaces
1 parent 8e7f0a1 commit 1ccb80c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container/configurators.rst

+2-2
Original file line numberDiff line numberDiff 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" />

0 commit comments

Comments
 (0)