Skip to content

Commit a353205

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Minor Add missing use case for Response
2 parents 0479fb1 + 93aecf4 commit a353205

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)