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.
1 parent 6bd7ba2 commit 9fad2d4Copy full SHA for 9fad2d4
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