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