Skip to content

Commit 74ef76a

Browse files
committed
chore: Use "Response" constansts for HTTP codes
Signed-off-by: Matias Perrone <github@matiasperrone.com>
1 parent 26ba781 commit 74ef76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Apis/Protected/Main/OAuth2GroupsApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function __construct
110110
],
111111
responses: [
112112
new OA\Response(
113-
response: 200,
113+
response: Response::HTTP_OK,
114114
description: 'Success - Returns paginated list of groups',
115115
content: new OA\JsonContent(ref: '#/components/schemas/PaginatedGroupsResponse')
116116
),

0 commit comments

Comments
 (0)