Skip to content

Commit 1a9551f

Browse files
authored
fix: typo on Content-Type (#23)
1 parent e80573e commit 1a9551f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/Concerns/ToResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ public function toResponse($request): JsonResponse
1414
{
1515
return parent
1616
::toResponse($request)
17-
->header('Content-type', 'application/vnd.api+json');
17+
->header('Content-Type', 'application/vnd.api+json');
1818
}
1919
}

0 commit comments

Comments
 (0)