8000 minor #8364 Fixed class namespaces (tabbi89) · symfony/symfony-docs@b182662 · GitHub
[go: up one dir, main page]

Skip to content

Commit b182662

Browse files
committed
minor #8364 Fixed class namespaces (tabbi89)
This PR was merged into the 2.7 branch. Discussion ---------- Fixed class namespaces Commits ------- 1ccb80c Fixed class namespaces
2 parents da925c0 + 1ccb80c commit b182662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container/configurators.rst

Lines changed: 2 additions & 2 deletions
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)
0