Corcel\Attachment::getTypeAttribute PHP Method

getTypeAttribute() public method

Gets the mime type attribute.
public getTypeAttribute ( ) : string
return string
    public function getTypeAttribute()
    {
        return $this->post_mime_type;
    }