29 lines
597 B
YAML
29 lines
597 B
YAML
name: CanResetPassword
|
|
class_comment: null
|
|
dependencies:
|
|
- name: ResetPasswordNotification
|
|
type: class
|
|
source: Illuminate\Auth\Notifications\ResetPassword
|
|
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: []
|