Skip to content

Commit 8971283

Browse files
committed
minor #18772 Add missing use case for Response (thrashzone13)
This PR was merged into the 5.4 branch. Discussion ---------- Add missing use case for Response Commits ------- 4b338b6 Add missing use case for Response
2 parents e886b53 + 4b338b6 commit 8971283

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
@@ -70,6 +70,7 @@ do so, create a :doc:`controller class </controller>` like the following:
7070
namespace App\Controller;
7171
7272
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
73+
use Symfony\Component\HttpFoundation\Response;
7374
use Symfony\Component\Routing\Annotation\Route;
7475
7576
class BlogController extends AbstractController

0 commit comments

Comments
 (0)