Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
18 | class StorageRouterDependencyProvider extends SprykerShopStorageRouterDependencyProvider |
||
19 | { |
||
20 | /** |
||
21 | * @return array<\SprykerShop\Yves\StorageRouterExtension\Dependency\Plugin\ResourceCreatorPluginInterface> |
||
22 | */ |
||
23 | protected function getResourceCreatorPlugins(): array |
||
31 | ]; |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * @return array<\SprykerShop\Yves\StorageRouterExtension\Dependency\Plugin\StorageRouterEnhancerPluginInterface> |
||
36 | */ |
||
37 | protected function getStorageRouterEnhancerPlugins(): array |
||
44 |