class CompletePasswordReset

Traits

Methods

void
dispatchIfListening(string $eventClass, Closure $event)

Dispatch the given event if listeners are registered.

void
__invoke(StatefulGuard $guard, Authenticatable&Model $user)

Complete the password reset process for the given user.

Details

in DispatchesEvents at line 16
protected void dispatchIfListening(string $eventClass, Closure $event)

Dispatch the given event if listeners are registered.

Parameters

string $eventClass
Closure $event

Return Value

void

at line 21
void __invoke(StatefulGuard $guard, Authenticatable&Model $user)

Complete the password reset process for the given user.

Parameters

StatefulGuard $guard
Authenticatable&Model $user

Return Value

void