Skip to content

Commit ceb13fc

Browse files
committed
TE-5691 merged with TE-4444
2 parents 59bc64d + c609347 commit ceb13fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Spryker/Zed/CustomersRestApi/CustomersRestApiDependencyProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ public function provideBusinessLayerDependencies(Container $container): Containe
5353
*/
5454
protected function addCustomerAddressPropelQuery(Container $container): Container
5555
{
56-
$container->set(static::PROPEL_QUERY_CUSTOMER_ADDRESS, function () {
56+
$container->set(static::PROPEL_QUERY_CUSTOMER_ADDRESS, $container->factory(function () {
5757
return SpyCustomerAddressQuery::create();
58-
});
58+
}));
5959

6060
return $container;
6161
}

0 commit comments

Comments
 (0)