| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 2 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 7 | class ResetPasswordNotification extends \Illuminate\Auth\Notifications\ResetPassword |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Get the mail representation of the notification. |
||
| 11 | * |
||
| 12 | * @param mixed $notifiable |
||
| 13 | * |
||
| 14 | * @return \Illuminate\Notifications\Messages\MailMessage |
||
| 15 | */ |
||
| 16 | 1 | public function toMail($notifiable) |
|
| 25 |