| 1 | <?php |
||
| 30 | class DeleteUserRequest extends Request |
||
| 31 | { |
||
| 32 | /** |
||
| 33 | * Determine if the user is authorized to make this request. |
||
| 34 | * |
||
| 35 | * @return bool |
||
| 36 | */ |
||
| 37 | public function authorize() |
||
| 44 | |||
| 45 | /** |
||
| 46 | * Get the validation rules that apply to the request. |
||
| 47 | * |
||
| 48 | * @return array |
||
| 49 | */ |
||
| 50 | public function rules() |
||
| 56 | } |