| 1 | <?php |
||
| 12 | class UpdateEmail extends Notification implements NotificationInterfase |
||
| 13 | { |
||
| 14 | //protected $useQueue = true; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Notification msg. |
||
| 18 | * |
||
| 19 | * @return string |
||
| 20 | */ |
||
| 21 | public function message(): string |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Email body. |
||
| 33 | * |
||
| 34 | * @return Message|null |
||
| 35 | */ |
||
| 36 | public function toMail(): ?Message |
||
| 44 | } |
||
| 45 |