Skip to content

Commit ce9a578

Browse files
author
Andrii Kasian
committed
MAGETWO-42501: PCF: removing grouped price
1 parent 0d19575 commit ce9a578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ private function addSupportVideoMediaAttributes(SchemaSetupInterface $setup)
165165
'nullable' => false,
166166
'default' => 0,
167167
'comment' => 'Visibility status'
168-
])
169-
;
168+
]
169+
);
170170

171171
/**
172172
* Drop entity Id columns

0 commit comments

Comments
 (0)