You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2025. It is now read-only.
Hello
I have a problem with magento setup:di:compile command.
The model implements : \Magento\Framework\Mail\TransportInterface. And in Magento 2.2, the interface has getMessage() method.
Is it possible to add this method on your model ? It can just have : return $this->message(); instruction.
Thank you