Skip to content
Snippets Groups Projects
Unverified Commit 5e4bb2b0 authored by Magento 2 Team's avatar Magento 2 Team Committed by GitHub
Browse files

:arrows_clockwise: [EngCom] Public Pull Requests - 2.2-develop

Accepted Public Pull Requests:
 - magento/magento2#13324: Alignement Array assignement (by @Nolwennig)
parents 25e31576 b6ed8030
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