Skip to content

Commit 6e1a0ec

Browse files
Leonid Poluyanovisitnikov
authored andcommitted
MAGETWO-50224: Inconsistent data during installation of Store
1 parent 7221211 commit 6e1a0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class InstallData implements InstallDataInterface
3434
*
3535
* @var int
3636
*/
37-
CONST DEFAULT_CATEGORY_ID = 2;
37+
const DEFAULT_CATEGORY_ID = 2;
3838

3939
/**
4040
* Init

0 commit comments

Comments
 (0)