1 | <?php |
||
7 | class Preference extends FormRequest |
||
8 | { |
||
9 | /** |
||
10 | * Get the validation rules that apply to the request. |
||
11 | * |
||
12 | * @return array |
||
13 | */ |
||
14 | public function rules() |
||
22 | |||
23 | /** |
||
24 | * Determine if the user is authorized to make this request. |
||
25 | * |
||
26 | * @return bool |
||
27 | */ |
||
28 | public function authorize() |
||
32 | } |
||
33 |