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