PHP Trait app\Models\Access\User\Traits\UserSendPasswordReset

Show file Open project: rappasoft/laravel-5-boilerplate

Public Methods

Method Description
sendPasswordResetNotification ( string $token ) : void Send the password reset notification.

Method Details

sendPasswordResetNotification() public method

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