Skip to content

Commit 1ab7896

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Update service_container.rst
2 parents 6db210d + 58f47ea commit 1ab7896

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
@@ -646,7 +646,7 @@ But, you can control this and pass in a different logger:
646646
// ... same code as before
647647
648648
// explicitly configure the service
649-
$services->set(SiteUpdateManager::class)
649+
$services->set(MessageGenerator::class)
650650
->arg('$logger', service('monolog.logger.request'))
651651
;
652652
};

0 commit comments

Comments
 (0)