Skip to content
Snippets Groups Projects
Commit b6ed8030 authored by Oleksii Korshenko's avatar Oleksii Korshenko Committed by GitHub
Browse files

MAGETWO-87033: Alignement Array assignement #13324

parents 25e31576 9a5cecca
Branches
No related merge requests found
......@@ -270,7 +270,13 @@ class InstallSchema implements InstallSchemaInterface
*/
$connection->insertForce(
$installer->getTable('store_group'),
['group_id' => 0, 'website_id' => 0, 'name' => 'Default', 'root_category_id' => 0, 'default_store_id' => 0]
[
'group_id' => 0,
'website_id' => 0,
'name' => 'Default',
'root_category_id' => 0,
'default_store_id' => 0
]
);
$connection->insertForce(
$installer->getTable('store_group'),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment