This commit is contained in:
Mekan1206
2026-02-19 17:57:01 +05:00
parent 1a63c52106
commit 78ef14b99b

View File

@@ -17,7 +17,6 @@ class ChannelMediaResource extends JsonResource
return [ return [
'thumbnail' => $this->getUrl(), 'thumbnail' => $this->getUrl(),
'images_400x400' => $this->getUrl('thumb400x400'), 'images_400x400' => $this->getUrl('thumb400x400'),
'images_720x720' => $this->getUrl('thumb720x720'),
'images_800x800' => $this->getUrl('thumb800x800'), 'images_800x800' => $this->getUrl('thumb800x800'),
'images_1200x1200' => $this->getUrl('thumb1200x1200'), 'images_1200x1200' => $this->getUrl('thumb1200x1200'),
]; ];