Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class FactFinderNgDependencyProvider extends AbstractBundleDependencyProvider |
||
14 | { |
||
15 | public const CLIENT_FACT_FINDER_NG = 'CLIENT_FACT_FINDER_NG'; |
||
16 | |||
17 | /** |
||
18 | * @param \Spryker\Zed\Kernel\Container $container |
||
19 | * |
||
20 | * @return \Spryker\Zed\Kernel\Container |
||
21 | */ |
||
22 | public function provideCommunicationLayerDependencies(Container $container): Container |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @param \Spryker\Zed\Kernel\Container $container |
||
31 | * |
||
32 | * @return \Spryker\Zed\Kernel\Container |
||
33 | */ |
||
34 | protected function addFactFinderNgClient(Container $container): Container |
||
43 |