Skip to content

Commit b41319b

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Add the missing square bracket for a route
2 parents 89e5c69 + 411b932 commit b41319b

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)