Skip to content

Commit f531d99

Browse files
committed
fix: types on app/Swagger/Models/CompanySchema.php
1 parent 1c30cea commit f531d99

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/Swagger/Models/CompanySchema.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
new OA\Property(property: 'products', type: 'string'),
2727
new OA\Property(property: 'commitment', type: 'string'),
2828
new OA\Property(property: 'commitment_author', type: 'string'),
29-
new OA\Property(property: 'logo', type: 'url'),
30-
new OA\Property(property: 'big_logo', type: 'url'),
31-
new OA\Property(property: 'color', type: 'color'),
29+
new OA\Property(property: 'logo', type: 'string'),
30+
new OA\Property(property: 'big_logo', type: 'string'),
31+
new OA\Property(property: 'color', type: 'string'),
3232
new OA\Property(property: 'display_on_site', type: 'boolean'),
3333
new OA\Property(property: 'featured', type: 'boolean'),
3434
new OA\Property(property: 'contact_email', type: 'string'),

0 commit comments

Comments
 (0)