octicon-rss(16/)
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 02:13:17 +08:00
'yii\mail\MessageInterface' updated:
- setter methods renamed to have pure name - method 'createMessage' renamed to 'compose'
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
octicon-diff(16/tw-mr-1) 9 changed files with 159 additions and 130 deletions
@@ -22,7 +22,7 @@ interface MailerInterface
|
||||
* @param array $config message configuration.
|
||||
* @return MessageInterface message instance.
|
||||
*/
|
||||
public function createMessage(array $config = []);
|
||||
public function compose(array $config = []);
|
||||
|
||||
/**
|
||||
* Sends the given email message.
|
||||
|
||||
Reference in New Issue
Block a user