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.
2 parents 80f7c9e + 6883a5a commit 93aecf4Copy full SHA for 93aecf4
routing.rst
@@ -63,6 +63,7 @@ do so, create a :doc:`controller class </controller>` like the following:
63
namespace App\Controller;
64
65
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
66
+ use Symfony\Component\HttpFoundation\Response;
67
use Symfony\Component\Routing\Annotation\Route;
68
69
class BlogController extends AbstractController
0 commit comments