Skip to content

Commit 7f63bee

Browse files
chore: remove unneeded schema
Signed-off-by: matiasperrone-exo <matias.perrone@exomindset.co>
1 parent 38f9e95 commit 7f63bee

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

app/Swagger/GenericSchemas.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@
55
use OpenApi\Attributes as OA;
66

77

8-
#[OA\SecurityScheme(
9-
securityScheme: "bearerAuth",
10-
type: "http",
11-
scheme: "bearer",
12-
bearerFormat: "JWT"
13-
)]
14-
class BearerAuthSchema
15-
{
16-
}
17-
188
#[OA\Schema(
199
schema: 'PaginateDataSchemaResponse',
2010
type: 'object',

0 commit comments

Comments
 (0)