We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4410f commit 60d5164Copy full SHA for 60d5164
controller.rst
@@ -498,7 +498,6 @@ abstraction around the HTTP response - the text-based message filled with
498
headers and content that's sent back to the client::
499
500
use Symfony\Component\HttpFoundation\Response;
501
- use Symfony\Component\HttpFoundation\JsonResponse;
502
503
// create a simple Response with a 200 status code (the default)
504
$response = new Response('Hello '.$name, Response::HTTP_OK);
0 commit comments