| 1 | <?php | ||
| 10 | class VisitRequest extends Request | ||
| 11 | { | ||
| 12 | /** | ||
| 13 | * Determine if the user is authorized to make this request. | ||
| 14 | * | ||
| 15 | * @return bool | ||
| 16 | */ | ||
| 17 | public function authorize() | ||
| 21 | |||
| 22 | /** | ||
| 23 | * Get the validation rules that apply to the request. | ||
| 24 | * | ||
| 25 | * @return array | ||
| 26 | */ | ||
| 27 | public function rules() | ||
| 34 | } | ||
| 35 |