Skip to content

Commit 4b2e389

Browse files
committed
Update renameAttribute.php
1 parent fe97001 commit 4b2e389

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

renameAttribute.php

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public function launch()
1313
$eavSetup = $this->_objectManager->get('Magento\Eav\Setup\EavSetupFactory');
1414

1515
$catalogSetup = $eavSetup->create(['setup' => $setup]);
16-
// $catalogSetup->updateAttribute('catalog_category', 'demo_url', array('attribute_code' => 'demo_frontend'));
1716
$catalogSetup->updateAttribute('catalog_product', 'demo_url', array('attribute_code' => 'demo_frontend'));
1817

1918
echo 'Done!';

0 commit comments

Comments
 (0)