From 139c874f19b1d9c2098ea89fc6505f3836ca413a Mon Sep 17 00:00:00 2001 From: Nicolas Jourdan Date: Mon, 7 Dec 2020 15:23:26 +0100 Subject: [PATCH] Updated translation.rst --- translation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translation.rst b/translation.rst index 4788da4a36c..658400b1b39 100644 --- a/translation.rst +++ b/translation.rst @@ -113,7 +113,7 @@ of text (called a *message*), use the for example, that you're translating a static message from inside a controller:: // ... - use Symfony\Contracts\Translation\TranslatorInterface; + use Symfony\Component\Translation\TranslatorInterface; public function index(TranslatorInterface $translator) {