We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc48c92 + 708945f commit 4fac6a2Copy full SHA for 4fac6a2
routing.rst
@@ -948,6 +948,7 @@ optional ``priority`` parameter in those routes to control their priority:
948
namespace App\Controller;
949
950
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
951
+ use Symfony\Component\HttpFoundation\Response;
952
use Symfony\Component\Routing\Attribute\Route;
953
954
class BlogController extends AbstractController
0 commit comments