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 d7c79ec + 7933590 commit 9f3876fCopy full SHA for 9f3876f
components/dependency_injection/factories.rst
@@ -125,7 +125,7 @@ factory itself as a service:
125
126
$container->setDefinition('newsletter_factory', new Definition(
127
'%newsletter_factory.class%'
128
- ))
+ ));
129
$container->setDefinition('newsletter_manager', new Definition(
130
'%newsletter_manager.class%'
131
))->setFactoryService(
@@ -193,7 +193,7 @@ in the previous example takes the ``templating`` service as an argument:
193
194
195
196
197
198
'%newsletter_manager.class%',
199
array(new Reference('templating'))
0 commit comments