<?php

namespace DummyNamespace;

use Algolia\ScoutExtended\Searchable\Aggregator;

class DummyClass extends Aggregator
{
    /**
     * The names of the models that should be aggregated.
     *
     * @var string[]
     */
    protected $models = [
        // ..
    ];
}
