Skip to content

Commit a33e4d3

Browse files
author
Joan He
committed
MAGETWO-37820: [GITHUB] Preference in the wrong di.xml file #1291
- fixed typo
1 parent 7de2154 commit a33e4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Setup/CategorySetup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ public function getDefaultEntities()
837837
'label' => 'Quantity',
838838
'input' => 'select',
839839
'input_renderer' => 'Magento\CatalogInventory\Block\Adminhtml\Form\Field\Stock',
840-
'source' => 'Magento\\CatalogInventory\\Model\\Source\\Stock',
840+
'source' => 'Magento\CatalogInventory\Model\Source\Stock',
841841
'global' => \Magento\Eav\Model\Entity\Attribute\ScopedAttributeInterface::SCOPE_GLOBAL,
842842
'default' => \Magento\CatalogInventory\Model\Stock::STOCK_IN_STOCK,
843843
'user_defined' => false,

0 commit comments

Comments
 (0)