Skip to content

Commit 9a5cecc

Browse files
committed
MAGETWO-87033: Alignement Array assignement magento#13324
- Merge Pull Request magento#13324 from Nolwennig/magento2:patch-6 - Merged commits: 1. f11123c 2. 892445e
2 parents e411c1d + 892445e commit 9a5cecc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,13 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
270270
*/
271271
$connection->insertForce(
272272
$installer->getTable('store_group'),
273-
['group_id' => 0, 'website_id' => 0, 'name' => 'Default', 'root_category_id' => 0, 'default_store_id' => 0]
273+
[
274+
'group_id' => 0,
275+
'website_id' => 0,
276+
'name' => 'Default',
277+
'root_category_id' => 0,
278+
'default_store_id' => 0
279+
]
274280
);
275281
$connection->insertForce(
276282
$installer->getTable('store_group'),

0 commit comments

Comments
 (0)