Skip to content

Commit 8d44ea0

Browse files
authored
Namespace import reference missing
1 parent b0b0a4b commit 8d44ea0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

notifier/texters.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ you to send SMS messages::
1414

1515
// src/Controller/SecurityController.php
1616
namespace App\Controller;
17+
18+
use Symfony\Component\Notifier\Message\SmsMessage;
19+
use Symfony\Component\Notifier\TexterInterface;
1720

1821
class SecurityController
1922
{

0 commit comments

Comments
 (0)