We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe97001 commit 4b2e389Copy full SHA for 4b2e389
renameAttribute.php
@@ -13,7 +13,6 @@ public function launch()
13
$eavSetup = $this->_objectManager->get('Magento\Eav\Setup\EavSetupFactory');
14
15
$catalogSetup = $eavSetup->create(['setup' => $setup]);
16
- // $catalogSetup->updateAttribute('catalog_category', 'demo_url', array('attribute_code' => 'demo_frontend'));
17
$catalogSetup->updateAttribute('catalog_product', 'demo_url', array('attribute_code' => 'demo_frontend'));
18
19
echo 'Done!';
0 commit comments