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) {