10000 Uncommemted line 10: ** @Route("/lucky/number"). I was getting a rout… · symfony/symfony-docs@9e9f28e · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e9f28e

Browse files
committed
Uncommemted line 10: ** @route("/lucky/number"). I was getting a routing error.
1 parent b182662 commit 9e9f28e

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
@@ -48,7 +48,7 @@ random) number and prints it. To do that, create a "Controller class" and a
4848
class LuckyController
4949
{
5050
/**
51-
* @Route("/lucky/number")
51+
@Route("/lucky/number")
5252
*/
5353
public function numberAction()
5454
{

0 commit comments

Comments
 (0)
0