Skip to content

Commit

Permalink
store_view_code-column-has-empty-values-in-csv-17784.
Browse files Browse the repository at this point in the history
Moved ->clear();
  • Loading branch information
Valant13 committed Nov 24, 2018
1 parent 072ef37 commit ea9f359
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -948,8 +948,8 @@ protected function loadCollection(): array
foreach ($collection as $itemId => $item) {
$data[$itemId][$storeId] = $item;
}
$collection->clear();
}
$collection->clear();

return $data;
}
Expand Down

0 comments on commit ea9f359

Please sign in to comment.