Skip to content
Snippets Groups Projects
Unverified Commit 892445ef authored by Nolwennig Guilbert's avatar Nolwennig Guilbert Committed by GitHub
Browse files

Remove whitespace at end of line

parent f11123c6
Branches
No related merge requests found
......@@ -271,10 +271,10 @@ class InstallSchema implements InstallSchemaInterface
$connection->insertForce(
$installer->getTable('store_group'),
[
'group_id' => 0,
'website_id' => 0,
'name' => 'Default',
'root_category_id' => 0,
'group_id' => 0,
'website_id' => 0,
'name' => 'Default',
'root_category_id' => 0,
'default_store_id' => 0
]
);
......
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