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