Skip to content

Commit c955fd7

Browse files
authored
Add the missing square bracket for a route
1 parent d140faa commit c955fd7

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
@@ -133,7 +133,7 @@ You can now add your route directly *above* the controller:
133133
134134
class LuckyController
135135
{
136-
+ #[Route('/lucky/number')
136+
+ #[Route('/lucky/number')]
137137
public function number()
138138
{
139139
// this looks exactly the same

0 commit comments

Comments
 (0)