*/ class HasManyThrough extends Relation { /** * Get the results of the relationship. * * @phpstan-return \Illuminate\Database\Eloquent\Collection */ public function getResults(); }