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 15f4e54 + 5da504d commit 671d147Copy full SHA for 671d147
service_container/configurators.rst
@@ -180,10 +180,10 @@ all the classes are already loaded as services. All you need to do is specify th
180
181
// override the services to set the configurator
182
$services->set(NewsletterManager::class)
183
- ->configurator(service(EmailConfigurator::class), 'configure');
+ ->configurator([service(EmailConfigurator::class), 'configure']);
184
185
$services->set(GreetingCardManager::class)
186
187
};
188
189
.. _configurators-invokable:
0 commit comments