diff --git a/notifier/texters.rst b/notifier/texters.rst index 897d02df4b4..d4a0a91aa55 100644 --- a/notifier/texters.rst +++ b/notifier/texters.rst @@ -14,6 +14,10 @@ you to send SMS messages:: // src/Controller/SecurityController.php namespace App\Controller; + + use Symfony\Component\Notifier\Message\SmsMessage; + use Symfony\Component\Notifier\TexterInterface; + use Symfony\Component\Routing\Annotation\Route; class SecurityController {