8000 Add the implements for the MessageUtils service class. · lkolndeep/symfony-docs@e79f5e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit e79f5e0

Browse files
committed
Add the implements for the MessageUtils service class.
1 parent 68ca943 commit e79f5e0

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
@@ -1436,7 +1436,7 @@ You also have a service that defines many methods and one of them is the same
14361436
// src/Service/MessageUtils.php
14371437
namespace App\Service;
14381438

1439-
class MessageUtils
1439+
class MessageUtils implements MessageFormatterInterface
14401440
{
14411441
// other methods...
14421442

0 commit comments

Comments
 (0)
0