We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e1fa6 commit 261dd81Copy full SHA for 261dd81
page_creation.rst
@@ -39,6 +39,7 @@ random) number and prints it. To do that, create a "Controller class" and a
39
"controller" method inside of it that will be executed when someone goes to
40
``/lucky/number``::
41
42
+ <?php
43
// src/AppBundle/Controller/LuckyController.php
44
namespace AppBundle\Controller;
45
0 commit comments