Cviebrock\EloquentSluggable\Tests\Models\PostNotSluggable::__toString PHP Method

__toString() public method

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