Skip to content

Commit e638cf3

Browse files
Update service_container.rst
1 parent 976e11a commit e638cf3

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)