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.
2 parents d7f1b18 + 1aafc40 commit 7af4427Copy full SHA for 7af4427
src/Exception/HttpException.php
@@ -63,6 +63,6 @@ public static function create(
63
$response->getReasonPhrase()
64
);
65
66
- return new self($message, $request, $response, $previous);
+ return new static($message, $request, $response, $previous);
67
}
68
0 commit comments