Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanielRiezebos/2d0d7f1fdac7f75c591567d8815a723b to your computer and use it in GitHub Desktop.
Save DanielRiezebos/2d0d7f1fdac7f75c591567d8815a723b to your computer and use it in GitHub Desktop.
EmailMessageInterface_2.3.3_backward_compatibility - Framework - Message
diff --git a/vendor/magento/framework/Mail/Message.php b/vendor/magento/framework/Mail/Message.php
index b15b75ca9ac..1f423e80108 100644
--- a/vendor/magento/framework/Mail/Message.php
+++ b/vendor/magento/framework/Mail/Message.php
@@ -10,13 +10,16 @@ use Zend\Mime\Part;
/**
* Class Message for email transportation
+ *
+ * @deprecated
+ * @see \Magento\Framework\Mail\EmailMessage
*/
class Message implements MailMessageInterface
{
/**
* @var \Zend\Mail\Message
*/
- private $zendMessage;
+ protected $zendMessage;
/**
* Message type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment