Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
39 | 3 | protected function getResourceMethodConfiguration(): array |
|
40 | { |
||
41 | return [ |
||
42 | 3 | ResourceMethodEnum::GET_ALL => RequestPathFormatEnum::WORKFLOWS, |
|
43 | ResourceMethodEnum::CREATE => RequestPathFormatEnum::WORKFLOWS, |
||
44 | ResourceMethodEnum::UPDATE => RequestPathFormatEnum::WORKFLOWS_BY_ID, |
||
45 | ]; |
||
46 | } |
||
47 | } |
||
48 |