| 1 | <?php |
||
| 18 | class UserRolesRequest extends FormRequest |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Determine if the user is authorized to make this request. |
||
| 22 | * |
||
| 23 | * @return bool |
||
| 24 | */ |
||
| 25 | public function authorize() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Get the validation rules that apply to the request. |
||
| 32 | * |
||
| 33 | * @return array |
||
| 34 | */ |
||
| 35 | public function rules() |
||
| 42 | } |
||
| 43 |