Skip to content

Commit 2b248d4

Browse files
committed
Minor
1 parent 8971283 commit 2b248d4

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
@@ -90,6 +90,7 @@ do so, create a :doc:`controller class </controller>` like the following:
9090
namespace App\Controller;
9191
9292
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
93+
use Symfony\Component\HttpFoundation\Response;
9394
use Symfony\Component\Routing\Annotation\Route;
9495
9596
class BlogController extends AbstractController

0 commit comments

Comments
 (0)