Skip to content

Commit 93aecf4

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Minor Add missing use case for Response
2 parents 80f7c9e + 6883a5a commit 93aecf4

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)