| 1 | <?php |
||
| 14 | class Signup extends Notification implements NotificationInterfase |
||
| 15 | { |
||
| 16 | //protected $useQueue = true; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Notification msg. |
||
| 20 | * |
||
| 21 | * @return string |
||
| 22 | */ |
||
| 23 | public function message(): string |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Email body. |
||
| 30 | * |
||
| 31 | * @return Message|null |
||
| 32 | */ |
||
| 33 | public function toMail(): ?Message |
||
| 41 | } |
||
| 42 |