Skip to content

Commit 9cec069

Browse files
committed
MAGETWO-34528: Contribution of Sprint 24 Work to Mainline
- fixing incorrect merge
1 parent c156622 commit 9cec069

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Core/etc

1 file changed

+1
-1
lines changed

app/code/Magento/Core/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<argument name="confPathToMapFile" xsi:type="string">app/etc/aliases_to_classes_map.json</argument>
2727
<argument name="resourceName" xsi:type="string">core_setup</argument>
2828
<argument name="moduleName" xsi:type="string">Magento_Core</argument>
29-
<argument name="connectionName" xsi:type="string">\Magento\Framework\Module\Updater\SetupInterface::DEFAULT_SETUP_CONNECTION</argument>
29+
<argument name="connectionName" xsi:type="string">\Magento\Framework\Setup\ModuleDataResourceInterface::DEFAULT_SETUP_CONNECTION</argument>
3030
</arguments>
3131
</type>
3232
<type name="Magento\Core\Helper\File\Storage">

0 commit comments

Comments
 (0)