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 e886b53 commit 4b338b6Copy full SHA for 4b338b6
routing.rst
@@ -70,6 +70,7 @@ do so, create a :doc:`controller class </controller>` like the following:
70
namespace App\Controller;
71
72
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
73
+ use Symfony\Component\HttpFoundation\Response;
74
use Symfony\Component\Routing\Annotation\Route;
75
76
class BlogController extends AbstractController
0 commit comments