Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class MinuboConfig extends AbstractBundleConfig |
||
14 | { |
||
15 | /** |
||
16 | * @return string |
||
17 | */ |
||
18 | public function getFileSystemName(): string |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @return string |
||
25 | */ |
||
26 | public function getBucketDirectory(): string |
||
27 | { |
||
28 | return $this->get(MinuboConstants::MINUBO_BUCKET_DIRECTORY); |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @return array |
||
33 | */ |
||
34 | public function getCustomerSecureFields(): array |
||
37 | } |
||
38 | } |
||
39 |