Skip to content

Commit 4fac6a2

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: Adds missing use statement
2 parents cc48c92 + 708945f commit 4fac6a2

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
@@ -948,6 +948,7 @@ optional ``priority`` parameter in those routes to control their priority:
948948
namespace App\Controller;
949949
950950
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
951+
use Symfony\Component\HttpFoundation\Response;
951952
use Symfony\Component\Routing\Attribute\Route;
952953
953954
class BlogController extends AbstractController

0 commit comments

Comments
 (0)