diff --git a/tutorial/make-homepage.rst b/tutorial/make-homepage.rst index ee8b33d0..f0a896db 100644 --- a/tutorial/make-homepage.rst +++ b/tutorial/make-homepage.rst @@ -329,6 +329,8 @@ the page action:: // src/Acme/BasicCmsBundle/Controller/DefaultController.php // ... + use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; + class DefaultController extends Controller { // ...