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