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