| Total Complexity | 2 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class MigratedNotification extends AbstractNotification implements ShouldQueue |
||
| 10 | { |
||
| 11 | const ID = \Coyote\Notification::POST_COMMENT_MIGRATED; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Get the mail representation of the notification. |
||
| 15 | * |
||
| 16 | * @return \Illuminate\Notifications\Messages\MailMessage |
||
| 17 | */ |
||
| 18 | public function toMail() |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @return string |
||
| 36 | */ |
||
| 37 | protected function getMailSubject(): string |
||
| 42 |