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

Commit b6d9ade

Browse files
author
Valeriy Nayda
committed
GraphQL-202: Products: Email to a Friend
-- fix static tests
1 parent 0bdc2fd commit b6d9ade

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/code/Magento/SendFriendGraphQl/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"registration.php"
2121
],
2222
"psr-4": {
23-
"Magento\\SendFriendGraphGl\\": ""
23+
"Magento\\SendFriendGraphQl\\": ""
2424
}
2525
}
2626
}

app/code/Magento/SendFriendGraphQl/etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
10-
<module name="Magento_SendFriendGraphGl"/>
10+
<module name="Magento_SendFriendGraphQl"/>
1111
</config>

app/code/Magento/SendFriendGraphQl/registration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
use Magento\Framework\Component\ComponentRegistrar;
99

10-
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Magento_SendFriendGraphGl', __DIR__);
10+
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Magento_SendFriendGraphQl', __DIR__);

0 commit comments

Comments
 (0)