| 1 | <?php |
||
| 26 | class UserRequest extends Request |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * Get the validation rules that apply to the request. |
||
| 30 | * |
||
| 31 | * @return array |
||
| 32 | */ |
||
| 33 | public function rules() |
||
| 41 | |||
| 42 | /** |
||
| 43 | * Determine if the user is authorized to make this request. |
||
| 44 | * |
||
| 45 | * @return bool |
||
| 46 | */ |
||
| 47 | public function authorize() |
||
| 51 | } |
||
| 52 |