LMongo\Eloquent\Relations\MorphOne::getResults PHP 메소드

getResults() 공개 메소드

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