We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0464a36 commit acc37d2Copy full SHA for acc37d2
README.md
@@ -254,7 +254,7 @@ Save message attachments:
254
/** @var \Webklex\IMAP\Support\AttachmentCollection $aAttachment */
255
$aAttachment = $oMessage->getAttachments();
256
257
-$aAttachment->each(function ($oAttachment) use ($oMessage) {
+$aAttachment->each(function ($oAttachment) {
258
/** @var \Webklex\IMAP\Attachment $oAttachment */
259
$oAttachment->save();
260
});
0 commit comments