Skip to content

Commit 052d214

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Added namespace for example controller
2 parents f93521b + 1cc4df1 commit 052d214

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)