Total Complexity | 3 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
34 | class UploadFile extends Sobot |
||
35 | { |
||
36 | |||
37 | public function getRequestMethod(): string |
||
38 | { |
||
39 | return self::METHOD_POST; |
||
40 | } |
||
41 | |||
42 | public function getRequestPath(): string |
||
43 | { |
||
44 | return '/api/ws/5/ticket/upload_file'; |
||
45 | } |
||
46 | |||
47 | public function __construct(array $config, ?Cache $cache = null) |
||
51 | } |
||
52 | } |