Skip to content

Commit 8a855fa

Browse files
authored
Adds missing use statement
1 parent cc48c92 commit 8a855fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routing.rst

Lines changed: 1 addition & 0 deletions
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)