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 4533762 commit 3ff9318Copy full SHA for 3ff9318
src/ResponseFactory.php
@@ -34,7 +34,7 @@ public function withContext(array $context): void
34
$this->context = $context;
35
}
36
37
- public function create(object $response): Response
+ public function create(object $response): IlluminateResponse
38
{
39
$content = $this->serializer->normalize(
40
data: $response,
@@ -47,7 +47,7 @@ public function create(object $response): Response
47
);
48
49
50
- public function fromArray(array $response): Response
+ public function fromArray(array $response): IlluminateResponse
51
52
53
0 commit comments