Total Complexity | 2 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
11 | class PasswordUpdate extends Notification implements NotificationInterfase |
||
12 | { |
||
13 | protected $type = Notification::APPS; |
||
14 | //protected $useQueue = true; |
||
15 | |||
16 | /** |
||
17 | * Notification msg. |
||
18 | * |
||
19 | * @return string |
||
20 | */ |
||
21 | public function message(): string |
||
26 | Thanks "; |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * Email body. |
||
31 | * |
||
32 | * @return Message|null |
||
33 | */ |
||
34 | public function toMail(): ?Message |
||
43 |