ok
Direktori : /home2/selectio/public_html/fms-worksuite/vendor/nunomaduro/larastan/stubs/ |
Current File : /home2/selectio/public_html/fms-worksuite/vendor/nunomaduro/larastan/stubs/HasOne.stub |
<?php namespace Illuminate\Database\Eloquent\Relations; /** * @template TRelatedModel of \Illuminate\Database\Eloquent\Model * @extends HasOneOrMany<TRelatedModel> */ class HasOne extends HasOneOrMany { /** * Get the results of the relationship. * * @phpstan-return ?TRelatedModel */ public function getResults(); }