We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a2b3b5 + 9fad2d4 commit 6b5c39cCopy full SHA for 6b5c39c
service_container/factories.rst
@@ -152,8 +152,7 @@ Configuration of the service container then looks like this:
152
153
# app/config/services.yml
154
155
- app.newsletter_manager:
156
- class: AppBundle\Email\NewsletterManager
+ AppBundle\Email\NewsletterManager:
157
# new syntax
158
factory: 'AppBundle\Email\NewsletterManagerFactory:createNewsletterManager'
159
# old syntax
0 commit comments