LMongo\Eloquent\Relations\MorphOne::getResults PHP Méthode

getResults() public méthode

Get the results of the relationship.
public getResults ( ) : mixed
Résultat mixed
    public function getResults()
    {
        return $this->query->first();
    }