Skip to content

Commit accb09e

Browse files
committed
minor #13455 Namespace import reference missing (zspine)
This PR was squashed before being merged into the 5.0 branch (closes #13455). Discussion ---------- Namespace import reference missing I forgot to add the Route annotation import ``` use Symfony\Component\Routing\Annotation\Route; ``` Commits ------- 877d031 Namespace import reference missing
2 parents 4be4e1b + 877d031 commit accb09e

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)