1 | <?php |
||
12 | class CreatePaypalAccountRequest extends Request |
||
13 | { |
||
14 | |||
15 | /** |
||
16 | * Get the validation rules that apply to the request. |
||
17 | * |
||
18 | * @return array |
||
19 | */ |
||
20 | public function rules() |
||
26 | |||
27 | /** |
||
28 | * Determine if the user is authorized to make this request. |
||
29 | * |
||
30 | * @return bool |
||
31 | */ |
||
32 | public function authorize() |
||
36 | } |
||
37 |