Skip to content

Commit da8472a

Browse files
committed
Fix another annotation occurrence
1 parent 2ea307f commit da8472a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ send SMS messages::
195195
use Symfony\Component\HttpFoundation\Response;
196196
use Symfony\Component\Notifier\Message\SmsMessage;
197197
use Symfony\Component\Notifier\TexterInterface;
198-
use Symfony\Component\Routing\Annotation\Route;
198+
use Symfony\Component\Routing\Attribute\Route;
199199

200200
class SecurityController
201201
{

0 commit comments

Comments
 (0)