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 cc48c92 commit 8a855faCopy full SHA for 8a855fa
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