作者 邓超

x

... ... @@ -365,7 +365,12 @@ class Body {
}
}
return $attachment;
return array_filter($attachment,function (Attachment $atta){
if($atta->getFilename()){
return true;
}
return false;
});
}
... ...