PHP 트레잇 app\Models\Access\User\Traits\UserSendPasswordReset

파일 보기 프로젝트 열기: rappasoft/laravel-5-boilerplate

공개 메소드들

메소드 설명
sendPasswordResetNotification ( string $token ) : void Send the password reset notification.

메소드 상세

sendPasswordResetNotification() 공개 메소드

Send the password reset notification.
public sendPasswordResetNotification ( string $token ) : void
$token string
리턴 void