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 f5887e7 commit dae33e4Copy full SHA for dae33e4
routing.rst
@@ -969,6 +969,7 @@ optional ``priority`` parameter in those routes to control their priority:
969
namespace App\Controller;
970
971
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
972
+ use Symfony\Component\HttpFoundation\Response;
973
use Symfony\Component\Routing\Attribute\Route;
974
975
class BlogController extends AbstractController
0 commit comments