From 48c21318a6d5425fd385333f8ef4367241f469fa Mon Sep 17 00:00:00 2001 From: feyobekius Date: Mon, 25 Jan 2016 11:33:25 +0100 Subject: [PATCH] Update MailMessageAttachment.php Fixed Typo. --- src/Picqer/Financials/Exact/MailMessageAttachment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Picqer/Financials/Exact/MailMessageAttachment.php b/src/Picqer/Financials/Exact/MailMessageAttachment.php index 39ac4eed..c5c4ce23 100644 --- a/src/Picqer/Financials/Exact/MailMessageAttachment.php +++ b/src/Picqer/Financials/Exact/MailMessageAttachment.php @@ -10,7 +10,7 @@ class MailMessageAttachment extends Model 'ID', 'Attachment', 'AttachmentFileName', - 'MailMessageId', + 'MailMessageID', 'Type' ];