LMongo\Eloquent\Relations\MorphOne::getResults PHP Method

getResults() public method

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