CanResetPassword::getEmailForPasswordReset()

string getEmailForPasswordReset() Get the e-mail address where password reset links are sent. Return Value string

CanResetPassword::getEmailForPasswordReset()

string getEmailForPasswordReset() Get the e-mail address where password reset links are sent. Return Value string

CanResetPassword

CanResetPassword interface CanResetPassword (View source) Methods string getEmailForPasswordReset() Get the e-mail address where password reset links are sent. void sendPasswordResetNotification(string $token) Send the password reset notification.

CanResetPassword

CanResetPassword trait CanResetPassword (View source) Methods string getEmailForPasswordReset() Get the e-mail address where password reset links are sent. void sendPasswordResetNotification(string $token) Send the password reset notification.

CallQueuedHandler::__construct()

void __construct(Dispatcher $dispatcher) Create a new handler instance. Parameters Dispatcher $dispatcher Return Value void

CallQueuedHandler::__construct()

void __construct(Container $container) Create a new job instance. Parameters Container $container Return Value void

CallQueuedHandler::failed()

void failed(array $data, Exception $e) Call the failed method on the job instance. The exception that caused the failure will be passed. Parameters array $data Exception $e Return Value void

CallQueuedHandler::failed()

void failed(array $data, Exception $e) Call the failed method on the job instance. The event instance and the exception will be passed. Parameters array $data Exception $e Return Value void

CallQueuedHandler::call()

void call(Job $job, array $data) Handle the queued job. Parameters Job $job array $data Return Value void

CallQueuedHandler::call()

void call(Job $job, array $data) Handle the queued job. Parameters Job $job array $data Return Value void