Skip to content

Commit ea86535

Browse files
committedMar 26, 2025
Merge branch '7.2' into 7.3
* 7.2: Adds missing use statement
2 parents b708197 + 4fac6a2 commit ea86535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎routing.rst

+1
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,7 @@ optional ``priority`` parameter in those routes to control their priority:
955955
namespace App\Controller;
956956
957957
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
958+
use Symfony\Component\HttpFoundation\Response;
958959
use Symfony\Component\Routing\Attribute\Route;
959960
960961
class BlogController extends AbstractController

0 commit comments

Comments
 (0)
Failed to load comments.