Corcel\Attachment::getDescriptionAttribute PHP Method

getDescriptionAttribute() public method

Gets the description attribute.
public getDescriptionAttribute ( ) : string
return string
    public function getDescriptionAttribute()
    {
        return $this->post_content;
    }