Skip to content

Commit 877d031

Browse files
zspinejaviereguiluz
authored andcommitted
Namespace import reference missing
1 parent b0b0a4b commit 877d031

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

notifier/texters.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ 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;
20+
use Symfony\Component\Routing\Annotation\Route;
1721

1822
class SecurityController
1923
{

0 commit comments

Comments
 (0)