class
Illuminate
/
Auth
/
Console
/
ClearResetsCommand
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
ClearResetsCommand
Extends
Properties
protected
$signature string
The name and signature of the console command.
Default: 'auth:clear-resets {name? : The name of the password broker}'
protected
$description string
The console command description.
Default: 'Flush expired password reset tokens'
Methods
public
handle ( ) : void
Execute the console command.