<?php namespace IQDEV\ElasticSearch\Facet\Item; use Ramsey\Collection\AbstractCollection; class FacetItemCollection extends AbstractCollection { public function getType(): string { return FacetItem::class; } }