Skip to content

Commit 58f47ea

Browse files
committed
minor #15365 [DependencyInjection] Update service_container.rst (noniagriconomie)
This PR was merged into the 4.4 branch. Discussion ---------- [DependencyInjection] Update service_container.rst Fix service declaration Commits ------- e638cf3 Update service_container.rst
2 parents 3b47f52 + e638cf3 commit 58f47ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ But, you can control this and pass in a different logger:
645645
// ... same code as before
646646
647647
// explicitly configure the service
648-
$services->set(SiteUpdateManager::class)
648+
$services->set(MessageGenerator::class)
649649
->arg('$logger', ref('monolog.logger.request'))
650650
;
651651
};

0 commit comments

Comments
 (0)