Skip to content

Commit 9e8b27a

Browse files
author
okarpenko
committed
MAGETWO-40863: Stabilization Customer Search
1 parent c1b95b3 commit 9e8b27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/DB/SubSelect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function __construct(
6262
array $columns,
6363
$originColumn,
6464
$targetColumn,
65-
$connectionName = Resource::DEFAULT_READ_RESOURCE
65+
$connectionName = Resource::DEFAULT_CONNECTION
6666
) {
6767
$this->resource = $resource;
6868
$this->connectionName = $connectionName;

0 commit comments

Comments
 (0)