Skip to content

Commit 019c4e1

Browse files
authored
Update page_creation.rst remove unstyled diff symbol
This is a left over from docs showing both annotation and attribute route methods. The plus sign isn't handled because the code block is not a diff. Issue was brought up by a confused user.
1 parent e886b53 commit 019c4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You can now add your route directly *above* the controller:
104104
// src/Controller/LuckyController.php
105105
106106
// ...
107-
+ use Symfony\Component\Routing\Annotation\Route;
107+
use Symfony\Component\Routing\Annotation\Route;
108108
109109
class LuckyController
110110
{

0 commit comments

Comments
 (0)