EditFormRequest
extends FormRequest
in package
Class EditFormRequest.
Table of Contents
Methods
- rules() : array<string, mixed>
- Get the validation rules that apply to the request.$user.
- validated() : mixed
Methods
rules()
Get the validation rules that apply to the request.$user.
public
rules() : array<string, mixed>
Return values
array<string, mixed>validated()
public
validated([mixed $key = null ][, mixed $default = null ]) : mixed
Parameters
- $key : mixed = null
- $default : mixed = null