Merge branch 'master-server' of http://47.244.231.31:8099/zhl/globalso-v6
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -31,8 +31,8 @@ class TextMail extends Mailable | @@ -31,8 +31,8 @@ class TextMail extends Mailable | ||
| 31 | */ | 31 | */ |
| 32 | public function build() | 32 | public function build() |
| 33 | { | 33 | { |
| 34 | - return $this->subject($this->subject)->text('mail.text', ['text' => $this->text]) | ||
| 35 | - ->view('mail.html', ['text' => $this->text]); // HTML 内容 | 34 | + return $this->subject($this->subject)->text('mail.text', ['text' => $this->text]); |
| 35 | +// ->view('mail.html', ['text' => $this->text]); // HTML 内容 | ||
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | } | 38 | } |
-
请 注册 或 登录 后发表评论