Skip to content

Commit dc469e4

Browse files
author
Yaroslav Onischenko
committed
MAGETWO-43302: Prepare pull request for M11 nord changes
1 parent 22d0925 commit dc469e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/SampleData/Model/Dependency.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function getSampleDataPackages()
8585
protected function getSuggestsFromModules()
8686
{
8787
$suggests = [];
88-
foreach ($this->componentRegistrar->getPaths(ComponentRegistrar::MODULE) as $moduleName => $moduleDir) {
88+
foreach ($this->componentRegistrar->getPaths(ComponentRegistrar::MODULE) as $moduleDir) {
8989
$file = $moduleDir . '/composer.json';
9090

9191
/** @var Package $package */

0 commit comments

Comments
 (0)