*/ class HasOne extends HasOneOrMany { /** * Get the results of the relationship. * * @phpstan-return ?TRelatedModel */ public function getResults(); }