RedirectResponse sendResetLinkEmail(Request $request) Send a reset link to the given user. Parameters Request $request Return Value RedirectResponse
SerializableClosure class SerializableClosure extends SerializableClosure (View source) Extends SuperClosure for backwards compatibility. Methods string getCode() Returns the code of the closure being serialized array getVariables() Returns the "used" variables of the closure being serialized
Response showLinkRequestForm() Display the form to request a password reset link. Return Value Response
PasswordBroker broker() Get the broker to be used during password reset. Return Value PasswordBroker
$this onConnection(string|null $connection) Set the desired connection for the job. Parameters string|null $connection Return Value $this
void __wakeup() Restore the model after serialization. Return Value void
$this onQueue(string|null $queue) Set the desired queue for the job. Parameters string|null $queue Return Value $this
array __sleep() Prepare the instance for serialization. Return Value array
void __construct(Collection $notifiables, Notification $notification, array $channels = null) Create a new job instance. Parameters Collection $notifiables Notification $notification array $channels Return Value void
void handle(ChannelManager $manager) Send the notifications. Parameters ChannelManager $manager Return Value void
Page 183 of 996