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 8971283 commit 2b248d4Copy full SHA for 2b248d4
routing.rst
@@ -90,6 +90,7 @@ do so, create a :doc:`controller class </controller>` like the following:
90
namespace App\Controller;
91
92
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
93
+ use Symfony\Component\HttpFoundation\Response;
94
use Symfony\Component\Routing\Annotation\Route;
95
96
class BlogController extends AbstractController
0 commit comments