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.
Content-Type
1 parent e80573e commit 1a9551fCopy full SHA for 1a9551f
src/Resources/Concerns/ToResponse.php
@@ -14,6 +14,6 @@ public function toResponse($request): JsonResponse
14
{
15
return parent
16
::toResponse($request)
17
- ->header('Content-type', 'application/vnd.api+json');
+ ->header('Content-Type', 'application/vnd.api+json');
18
}
19
0 commit comments