Skip to content

Commit 5e4bb2b

Browse files
authored
🔃 [EngCom] Public Pull Requests - 2.2-develop
Accepted Public Pull Requests: - #13324: Alignement Array assignement (by @Nolwennig)
2 parents 25e3157 + b6ed803 commit 5e4bb2b

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)