1 | <?php |
||
11 | class EnrollmentCreateRequest extends FormRequest |
||
12 | { |
||
13 | /** |
||
14 | * Determine if the user is authorized to make this request. |
||
15 | * |
||
16 | * @return bool |
||
17 | */ |
||
18 | public function authorize() |
||
27 | |||
28 | |||
29 | |||
30 | /** |
||
31 | * Get the validation rules that apply to the request. |
||
32 | * |
||
33 | * @return array |
||
34 | */ |
||
35 | public function rules() |
||
41 | } |
||
42 |