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

Commit 4484f78

Browse files
committed
Merge pull request #601 from vadim2404/patch-3
Fix missing usage for Route
2 parents cb09c54 + 58172a0 commit 4484f78

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
@@ -318,6 +318,8 @@ making a given page the homepage. Add the following to the existing
318318

319319
// src/Acme/BasicCmsBundle/Controller/DefaultController.php
320320

321+
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
322+
321323
// ...
322324
class DefaultController extends Controller
323325
{

0 commit comments

Comments
 (0)