From e79f5e089a51d3297ecd3639b1ac75c5c84d3904 Mon Sep 17 00:00:00 2001 From: lkolndeep Date: Fri, 4 Oct 2024 15:09:50 +0200 Subject: [PATCH] Add the implements for the MessageUtils service class. --- service_container.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container.rst b/service_container.rst index 1f3a248dbe5..4c608f903d7 100644 --- a/service_container.rst +++ b/service_container.rst @@ -1436,7 +1436,7 @@ You also have a service that defines many methods and one of them is the same // src/Service/MessageUtils.php namespace App\Service; - class MessageUtils + class MessageUtils implements MessageFormatterInterface { // other methods...