Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fcfc6bd

Browse filesBrowse files
authored
Use Route attribute instead annotations
Use Route attribute instead annotations available since 5.2
1 parent 775402d commit fcfc6bd
Copy full SHA for fcfc6bd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed

‎notifier.rst

Copy file name to clipboardExpand all lines: notifier.rst
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,7 @@ send SMS messages::
179179

180180
class SecurityController
181181
{
182-
/**
183-
* @Route("/login/success")
184-
*/
182+
#[Route('/login/success')
185183
public function loginSuccess(TexterInterface $texter)
186184
{
187185
$sms = new SmsMessage(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.