Skip to content

Commit

Permalink
[#5771] remove another Response constant
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Oct 9, 2015
1 parent 19e0b19 commit 63f44e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/http_cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ Here is how you can configure the Symfony reverse proxy to support the
if ('127.0.0.1' !== $request->getClientIp()) {
return new Response(
'Invalid HTTP method',
Response::HTTP_BAD_REQUEST
400
);
}

Expand Down

0 comments on commit 63f44e3

Please sign in to comment.