feature/add-attachments #2

Manually merged
Thifaine merged 12 commits from feature/add-attachments into master 2020-06-09 16:20:07 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a9967a29cd - Show all commits

View File

@ -59,7 +59,7 @@ class BluescaleMailApi
$formatted_attachmments[] = $file;
}
$template->attachments($formatted_attachmments);
$template->attachments = $formatted_attachmments;
}
}