Skip to content

Commit 692a183

Browse files
author
Eugene Tulika
committed
MAGETWO-44733: Installation fails after adding etc/integration/api.xml file to the module
- Fixed Config Reader
1 parent 9272b2f commit 692a183

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Integration/Model/Config/Integration

1 file changed

+1
-1
lines changed

app/code/Magento/Integration/Model/Config/Integration/Reader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct(
3737
Converter $converter,
3838
SchemaLocator $schemaLocator,
3939
\Magento\Framework\Config\ValidationStateInterface $validationState,
40-
$fileName = 'integration\api.xml',
40+
$fileName = 'integration/api.xml',
4141
$idAttributes = [],
4242
$domDocumentClass = 'Magento\Framework\Config\Dom',
4343
$defaultScope = 'global'

0 commit comments

Comments
 (0)