Skip to content

Commit

Permalink
fix: typo on Content-Type (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark4ne authored Aug 7, 2024
1 parent e80573e commit 1a9551f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/Concerns/ToResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public function toResponse($request): JsonResponse
{
return parent
::toResponse($request)
->header('Content-type', 'application/vnd.api+json');
->header('Content-Type', 'application/vnd.api+json');
}
}

0 comments on commit 1a9551f

Please sign in to comment.