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