Skip to content

Commit 530da52

Browse files
committed
remove unused ComponentRegistrar instance from being passed to Populator::populateMappings
1 parent 0da0b13 commit 530da52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public static function populateAutoloader($rootDir, $initParams)
135135
{
136136
$dirList = self::createFilesystemDirectoryList($rootDir, $initParams);
137137
$autoloadWrapper = AutoloaderRegistry::getAutoloader();
138-
Populator::populateMappings($autoloadWrapper, $dirList, new ComponentRegistrar());
138+
Populator::populateMappings($autoloadWrapper, $dirList);
139139
}
140140

141141
/**

0 commit comments

Comments
 (0)