We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc22936 commit 522bca4Copy full SHA for 522bca4
service_container/injection_types.rst
@@ -349,7 +349,7 @@ Another possibility is setting public fields of the class directly::
349
return function(ContainerConfigurator $configurator) {
350
$services = $configurator->services();
351
352
- $services->set('app.newsletter_manager, NewsletterManager::class)
+ $services->set('app.newsletter_manager', NewsletterManager::class)
353
->property('mailer', ref('mailer'));
354
};
355
0 commit comments