This commit is contained in:
Mekan1206
2026-02-19 00:35:01 +05:00
parent 9071c9a4c6
commit fac624b2a5
13 changed files with 13 additions and 23 deletions

View File

@@ -15,9 +15,8 @@ class BrandMediaResource extends JsonResource
public function toArray(Request $request): array
{
return [
'thumbnail' => $this->getUrl('thumb200x200'),
'thumbnail' => $this->getUrl('thumb400x400'),
'images_400x400' => $this->getUrl('thumb400x400'),
'images_720x720' => $this->getUrl('thumb720x720'),
'images_800x800' => $this->getUrl('thumb800x800'),
'images_1200x1200' => $this->getUrl('thumb1200x1200'),
];