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