Skip to content

Commit 6883a5a

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: Minor Add missing use case for Response
2 parents 66a8003 + 2b248d4 commit 6883a5a

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
@@ -63,6 +63,7 @@ do so, create a :doc:`controller class </controller>` like the following:
6363
namespace App\Controller;
6464
6565
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
66+
use Symfony\Component\HttpFoundation\Response;
6667
use Symfony\Component\Routing\Annotation\Route;
6768
6869
class BlogController extends AbstractController

0 commit comments

Comments
 (0)