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

Commit 58172a0

Browse files
committed
Fix missing usage for Route
1 parent cb09c54 commit 58172a0

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)