Illuminate\Database\Eloquent\Model::__toString PHP Method

__toString() public method

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