Cviebrock\EloquentTaggable\Models\Tag::__toString PHP Method

__toString() public method

Convert the model to its string representation.
public __toString ( ) : string
return string
    public function __toString()
    {
        return $this->getAttribute('name');
    }