Skip to content

Commit

Permalink
minor #5638 Update page_creation.rst (jeromenadaud)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5638).

Discussion
----------

Update page_creation.rst

Commits
-------

1df9453 Update page_creation.rst
  • Loading branch information
xabbuh committed Aug 19, 2015
2 parents 17ac4ca + 1df9453 commit 7a46da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/page_creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ a method inside of it that will be executed when someone goes to ``/lucky/number
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Symfony\Component\HttpFoundation\Response;

class LuckyController
class LuckyController extends Controller
{
/**
* @Route("/lucky/number")
Expand Down

0 comments on commit 7a46da4

Please sign in to comment.