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 583d021 commit f8f0e30Copy full SHA for f8f0e30
service_container/factories.rst
@@ -153,6 +153,7 @@ Configuration of the service container then looks like this:
153
# app/config/services.yml
154
155
app.newsletter_manager:
156
+ class: AppBundle\Email\NewsletterManager
157
# new syntax
158
factory: 'AppBundle\Email\NewsletterManagerFactory:createNewsletterManager'
159
# old syntax
0 commit comments