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 66a8003 + 2b248d4 commit 6883a5aCopy full SHA for 6883a5a
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