54 lines
1.1 KiB
YAML
54 lines
1.1 KiB
YAML
name: EmailVerificationRequest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: Verified
|
|
type: class
|
|
source: Illuminate\Auth\Events\Verified
|
|
- name: FormRequest
|
|
type: class
|
|
source: Illuminate\Foundation\Http\FormRequest
|
|
- name: Validator
|
|
type: class
|
|
source: Illuminate\Validation\Validator
|
|
properties: []
|
|
methods:
|
|
- name: authorize
|
|
visibility: public
|
|
parameters: []
|
|
comment: '# * Determine if the user is authorized to make this request.
|
|
|
|
# *
|
|
|
|
# * @return bool'
|
|
- name: rules
|
|
visibility: public
|
|
parameters: []
|
|
comment: '# * Get the validation rules that apply to the request.
|
|
|
|
# *
|
|
|
|
# * @return array'
|
|
- name: fulfill
|
|
visibility: public
|
|
parameters: []
|
|
comment: '# * Fulfill the email verification request.
|
|
|
|
# *
|
|
|
|
# * @return void'
|
|
- name: withValidator
|
|
visibility: public
|
|
parameters:
|
|
- name: validator
|
|
comment: '# * Configure the validator instance.
|
|
|
|
# *
|
|
|
|
# * @param \Illuminate\Validation\Validator $validator
|
|
|
|
# * @return \Illuminate\Validation\Validator'
|
|
traits:
|
|
- Illuminate\Auth\Events\Verified
|
|
- Illuminate\Foundation\Http\FormRequest
|
|
- Illuminate\Validation\Validator
|
|
interfaces: []
|