<?php
namespace App\Collections;
use App\Models\Attachment\AttachmentThumb;
use Illuminate\Database\Eloquent\Collection;
/**
* @template TKey of array-key
*
* @implements Collection<TKey, AttachmentThumb>
*/
class AttachmentThumbCollection extends Collection
{
}