Skip to content

Commit 9ab06d8

Browse files
committed
Merge branch '5.2' into 5.3
* 5.2: Update service_container.rst
2 parents 76b6256 + 1ab7896 commit 9ab06d8

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
@@ -640,7 +640,7 @@ But, you can control this and pass in a different logger:
640640
// ... same code as before
641641
642642
// explicitly configure the service
643-
$services->set(SiteUpdateManager::class)
643+
$services->set(MessageGenerator::class)
644644
->arg('$logger', service('monolog.logger.request'))
645645
;
646646
};

0 commit comments

Comments
 (0)