<?php

namespace IQDEV\Search\Facet;

use Ramsey\Collection\AbstractCollection;

final class FacetItemCollection extends AbstractCollection
{
    public function getType(): string
    {
        return FacetItemType::class;
    }
}