platform/api/laravel/Auth/Console/ClearResetsCommand.yaml
2024-09-02 10:44:11 -07:00

37 lines
1 KiB
YAML

name: ClearResetsCommand
class_comment: null
dependencies:
- name: Command
type: class
source: Illuminate\Console\Command
- name: AsCommand
type: class
source: Symfony\Component\Console\Attribute\AsCommand
properties:
- name: signature
visibility: protected
comment: '# * The name and signature of the console command.
# *
# * @var string'
- name: description
visibility: protected
comment: '# * The console command description.
# *
# * @var string'
methods:
- name: handle
visibility: public
parameters: []
comment: "# * The name and signature of the console command.\n# *\n# * @var string\n\
# */\n# protected $signature = 'auth:clear-resets {name? : The name of the password\
\ broker}';\n# \n# /**\n# * The console command description.\n# *\n# * @var string\n\
# */\n# protected $description = 'Flush expired password reset tokens';\n# \n\
# /**\n# * Execute the console command.\n# *\n# * @return void"
traits:
- Illuminate\Console\Command
- Symfony\Component\Console\Attribute\AsCommand
interfaces: []