Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 05e9d45

Browse files
committed
Merge pull request #577 from DoneBySimon/patch-7
Use Route annotations
2 parents 6a243bc + 98593b4 commit 05e9d45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tutorial/make-homepage.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,8 @@ the page action::
404404
// src/Acme/BasicCmsBundle/Controller/DefaultController.php
405405

406406
// ...
407+
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
408+
407409
class DefaultController extends Controller
408410
{
409411
// ...

0 commit comments

Comments
 (0)