DvsField::getValuesAttribute PHP Method

getValuesAttribute() public method

Sometimes we've been using values instead of value so this is here for backwards compatability support
public getValuesAttribute ( ) : FieldValue
return FieldValue
    public function getValuesAttribute()
    {
        return $this->getValueAttribute();
    }