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

Use Route annotations #577

Merged
merged 2 commits into from
Oct 20, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tutorial/make-homepage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,8 @@ the page action::
// src/Acme/BasicCmsBundle/Controller/DefaultController.php

// ...
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we should have a blank line between the use statement and the class.


class DefaultController extends Controller
{
// ...
Expand Down