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.
2 parents f870911 + 6b20ee8 commit a805839Copy full SHA for a805839
page_creation.rst
@@ -44,6 +44,7 @@ Suppose you want to create a page - ``/lucky/number`` - that generates a lucky (
44
random) number and prints it. To do that, create a "Controller class" and a
45
"controller" method inside of it::
46
47
+ <?php
48
// src/Controller/LuckyController.php
49
namespace App\Controller;
50
0 commit comments