Total Complexity | 3 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class ResetPassword extends Notification implements NotificationInterfase |
||
13 | { |
||
14 | //protected $useQueue = true; |
||
15 | |||
16 | /** |
||
17 | * Notification msg. |
||
18 | * |
||
19 | * @return string |
||
20 | */ |
||
21 | public function message(): string |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * Email body. |
||
40 | * |
||
41 | * @return Message|null |
||
42 | */ |
||
43 | public function toMail(): ?Message |
||
54 |