LMongo\Eloquent\Relations\HasOne::getResults PHP Метод

getResults() публичный Метод

Get the results of the relationship.
public getResults ( ) : mixed
Результат mixed
    public function getResults()
    {
        return $this->query->first();
    }