芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/invoicer.pulsehost.co.uk/app/Notifications/MailResetPasswordNotification.php
token); return (new MailMessage()) ->subject('Reset Password Notification') ->line('Hello! You are receiving this email because we received a password reset request for your account.') ->action('Reset Password', $link) ->line('This password reset link will expire in '.config('auth.passwords.users.expire').' minutes') ->line('If you did not request a password reset, no further action is required.'); } /** * Get the array representation of the notification. * * @param mixed $notifiable */ public function toArray($notifiable): array { return [ // ]; } }