*/ class HasOneThrough extends HasManyThrough { /** * @param array, mixed> $attributes * * @phpstan-return TRelatedModel */ public function create(array $attributes = []); /** * Get the results of the relationship. * * @phpstan-return \Illuminate\Database\Eloquent\Collection */ public function getResults(); }