Skip to content

Commit bce4f02

Browse files
chore: change name for Base schema
Signed-off-by: matiasperrone-exo <matias.perrone@exomindset.co>
1 parent 31a707f commit bce4f02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/Swagger/GenericSchemas.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class PaginateDataSchemaResponseSchema
3131
}
3232

3333
#[OA\Schema(
34-
schema: 'BaseSerializerSchema',
34+
schema: 'Base',
3535
type: 'object',
3636
properties: [
3737
new OA\Property(property: 'id', type: 'integer', description: 'Unique identifier', example: 1),
@@ -40,6 +40,6 @@ class PaginateDataSchemaResponseSchema
4040
],
4141
description: 'Base serializer fields'
4242
)]
43-
class BaseSerializerSchema
43+
class BaseSchema
4444
{
4545
}

0 commit comments

Comments
 (0)