formatting fix
This commit is contained in:
@@ -32,7 +32,7 @@ class Emailnotification {
|
||||
if($object_data !== false) $this->object_data = $object_data;
|
||||
}
|
||||
|
||||
public function addAttachment($filepath = null, $content = null, $name = false, $c_type = "application/octet-stream", $disposition = "attachment", $encoding = "base64" , $charset = "utf-8") {
|
||||
public function addAttachment($filepath = null, $content = null, $name = false, $c_type = "application/octet-stream", $disposition = "attachment", $encoding = "base64", $charset = "utf-8") {
|
||||
$attachment = [
|
||||
"file" => $filepath,
|
||||
"content" => $content,
|
||||
|
||||
Reference in New Issue
Block a user