Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
36 | protected function addUtilTextService(Container $container): Container |
||
37 | { |
||
38 | $container->set(static::SERVICE_UTIL_TEXT, function (Container $container) { |
||
39 | return new CrefoPayToUtilTextServiceBridge($container->getLocator()->utilText()->service()); |
||
40 | }); |
||
41 | |||
42 | return $container; |
||
43 | } |
||
45 |