We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f78d941 + 387cc73 commit 64fb41bCopy full SHA for 64fb41b
app/code/Magento/Store/Model/Config/Importer/Processor/Create.php
@@ -160,6 +160,7 @@ private function createWebsites(array $items, array $data)
160
* @param array $items Groups to create
161
* @param array $data The all available data
162
* @return void
163
+ * @throws NotFoundException
164
*/
165
private function createGroups(array $items, array $data)
166
{
@@ -199,6 +200,7 @@ private function createGroups(array $items, array $data)
199
200
* @param array $items Stores to create
201
202
203
204
205
private function createStores(array $items, array $data)
206
0 commit comments