Skip to content

Commit feed4a9

Browse files
committed
MAGETWO-90331: [Magento Cloud] Custom URL rewrites of a product get deleted in multi store views
1 parent 11ba0f5 commit feed4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/UrlRewrite/Model/Storage/DbStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function __construct(
7474
* @param array $data
7575
* @return Select
7676
*/
77-
protected function prepareSelect(array $data): Select
77+
protected function prepareSelect(array $data)
7878
{
7979
$select = $this->connection->select();
8080
$select->from($this->resource->getTableName(self::TABLE_NAME));

0 commit comments

Comments
 (0)