We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de2154 commit a33e4d3Copy full SHA for a33e4d3
app/code/Magento/Catalog/Setup/CategorySetup.php
@@ -837,7 +837,7 @@ public function getDefaultEntities()
837
'label' => 'Quantity',
838
'input' => 'select',
839
'input_renderer' => 'Magento\CatalogInventory\Block\Adminhtml\Form\Field\Stock',
840
- 'source' => 'Magento\\CatalogInventory\\Model\\Source\\Stock',
+ 'source' => 'Magento\CatalogInventory\Model\Source\Stock',
841
'global' => \Magento\Eav\Model\Entity\Attribute\ScopedAttributeInterface::SCOPE_GLOBAL,
842
'default' => \Magento\CatalogInventory\Model\Stock::STOCK_IN_STOCK,
843
'user_defined' => false,
0 commit comments