Skip to content

Commit a5cca02

Browse files
committed
MAGETWO-70299: Error during Sample Data deploying using " auto_increment_increment = 3" as Mysql option (2.2)
1 parent 9f2fd3b commit a5cca02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/Setup/InstallData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function install(ModuleDataSetupInterface $setup, ModuleContextInterface
7474
'label' => 'Tax Class',
7575
'input' => 'select',
7676
'class' => '',
77-
'source' => 'Magento\Tax\Model\TaxClass\Source\Product',
77+
'source' => \Magento\Tax\Model\TaxClass\Source\Product::class,
7878
'global' => \Magento\Eav\Model\Entity\Attribute\ScopedAttributeInterface::SCOPE_WEBSITE,
7979
'visible' => true,
8080
'required' => false,

0 commit comments

Comments
 (0)