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 09cc5fc commit 7bd88fbCopy full SHA for 7bd88fb
service_container/configurators.rst
@@ -185,7 +185,7 @@ You can configure the service configurator using the ``configurator`` option:
185
->setConfigurator(array(new Reference('app.email_configurator'), 'configure'))
186
;
187
188
- $container->register('app.greeting_card_manager', GreetingCardManager::class);
+ $container->register('app.greeting_card_manager', GreetingCardManager::class)
189
->addArgument(new Reference('mailer'))
190
191
0 commit comments