We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ac4ca commit 1df9453Copy full SHA for 1df9453
book/page_creation.rst
@@ -43,7 +43,7 @@ a method inside of it that will be executed when someone goes to ``/lucky/number
43
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
44
use Symfony\Component\HttpFoundation\Response;
45
46
- class LuckyController
+ class LuckyController extends Controller
47
{
48
/**
49
* @Route("/lucky/number")
0 commit comments