api/laravel/Contracts/Auth/CanResetPassword.yaml
2024-09-26 02:03:21 -07:00

26 lines
498 B
YAML

name: CanResetPassword
class_comment: null
dependencies: []
properties: []
methods:
- name: getEmailForPasswordReset
visibility: public
parameters: []
comment: '# * Get the e-mail address where password reset links are sent.
# *
# * @return string'
- name: sendPasswordResetNotification
visibility: public
parameters:
- name: token
comment: '# * Send the password reset notification.
# *
# * @param string $token
# * @return void'
traits: []
interfaces: []