Skip to content

Commit dd496eb

Browse files
committed
MDVA-198: 2.0.5 Release
1 parent bb49e63 commit dd496eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Store/Setup/InstallSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
260260
'group_id' => 1,
261261
'website_id' => 1,
262262
'name' => 'Main Website Store',
263-
'root_category_id' => InstallData::DEFAULT_CATEGORY_ID,
263+
'root_category_id' => 2,
264264
'default_store_id' => 1
265265
]
266266
);

0 commit comments

Comments
 (0)