Skip to content

Commit 60d5164

Browse files
farskieswouterj
authored andcommitted
Remove unused JsonResponse dependency in example
1 parent 8e4410f commit 60d5164

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

controller.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,6 @@ abstraction around the HTTP response - the text-based message filled with
498498
headers and content that's sent back to the client::
499499

500500
use Symfony\Component\HttpFoundation\Response;
501-
use Symfony\Component\HttpFoundation\JsonResponse;
502501

503502
// create a simple Response with a 200 status code (the default)
504503
$response = new Response('Hello '.$name, Response::HTTP_OK);

0 commit comments

Comments
 (0)