You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app.newsletter_manager:
# new syntaxfactory: 'app.newsletter_manager_factory:createNewsletterManager'# old syntaxfactory: ['@app.newsletter_manager_factory', createNewsletterManager]app.newsletter_manager:
class: AppBundle\Email\NewsletterManager# call a method on the specified servicefactory: 'app.newsletter_manager_factory:createNewsletterManager'
http://symfony.com/doc/current/service_container/factories.html
The text was updated successfully, but these errors were encountered: