Skip to content

Commit 7a46da4

Browse files
committed
minor #5638 Update page_creation.rst (jeromenadaud)
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
2 parents 17ac4ca + 1df9453 commit 7a46da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/page_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ a method inside of it that will be executed when someone goes to ``/lucky/number
4343
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
4444
use Symfony\Component\HttpFoundation\Response;
4545

46-
class LuckyController
46+
class LuckyController extends Controller
4747
{
4848
/**
4949
* @Route("/lucky/number")

0 commit comments

Comments
 (0)