We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a70630a + 65cd2e1 commit 83c1cedCopy full SHA for 83c1ced
src/Payum/PayumModule/Registry/RegistryFactory.php
@@ -19,7 +19,7 @@ public function createService(ServiceLocatorInterface $serviceLocator)
19
$registry = new ServiceLocatorAwareRegistry(
20
$options->getGateways(),
21
$options->getStorages(),
22
- []
+ array()
23
);
24
25
//TODO: quick fix. we should avoid early init of services. has to be reworked to be lazy
0 commit comments