Sindbad~EG File Manager
<?php namespace Common\Auth;
use Illuminate\Notifications\Messages\MailMessage;
use Illuminate\Auth\Notifications\ResetPassword as LaravelResetPasswordNotification;
class ResetPassword extends LaravelResetPasswordNotification
{
/**
* Get the mail representation of the notification.
*
* @param mixed $notifiable
* @return \Illuminate\Notifications\Messages\MailMessage
*/
public function toMail($notifiable)
{
return (new MailMessage)
->line(__('You are receiving this email because we received a password reset request for your account.'))
->action(__('Reset Password'), url("password/reset/$this->token"))
->line(__('If you did not request a password reset, no further action is required.'));
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists