Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 8bf1159

Browse files
authored
Update config-reference-config
Group can be loaded by \Magento\Store\Model\GroupRepository::get In this case, an id must be specified in the config path ($this->getAppConfig()->get('scopes', "groups/$id", []) Without that, group can not be resolved
1 parent 0fe8c87 commit 8bf1159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/config-guide/prod/config-reference-configphp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Contains an array of scope configuration values. It has the following subnodes:
5555
]
5656
],
5757
'groups' => [
58-
[
58+
0 => [
5959
'group_id' => '0',
6060
'website_id' => '0',
6161
'code' => 'default',

0 commit comments

Comments
 (0)