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