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 b715c2b commit 43f4422Copy full SHA for 43f4422
service_container/injection_types.rst
@@ -353,7 +353,7 @@ Another possibility is setting public fields of the class directly::
353
return function(ContainerConfigurator $configurator) {
354
$services = $configurator->services();
355
356
- $services->set('app.newsletter_manager, NewsletterManager::class)
+ $services->set('app.newsletter_manager', NewsletterManager::class)
357
->property('mailer', ref('mailer'));
358
};
359
0 commit comments