Skip to content

Commit 1f88d28

Browse files
TheGariousjaviereguiluz
authored andcommitted
Added namespace for example controller
1 parent b16f8eb commit 1f88d28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

page_creation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ Now, use the handy ``render()`` function to render a template. Pass it a ``numbe
217217
variable so you can use it in Twig::
218218

219219
// src/Controller/LuckyController.php
220+
namespace App\Controller;
220221

221222
// ...
222223
class LuckyController extends AbstractController

0 commit comments

Comments
 (0)