Corcel\Attachment::getDescriptionAttribute PHP Метод

getDescriptionAttribute() публичный Метод

Gets the description attribute.
public getDescriptionAttribute ( ) : string
Результат string
    public function getDescriptionAttribute()
    {
        return $this->post_content;
    }