Skip to content

Commit

Permalink
GraphQL-202: Products: Email to a Friend
Browse files Browse the repository at this point in the history
-- fix static tests
  • Loading branch information
Valeriy Nayda committed Nov 19, 2018
1 parent 0bdc2fd commit b6d9ade
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/SendFriendGraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"registration.php"
],
"psr-4": {
"Magento\\SendFriendGraphGl\\": ""
"Magento\\SendFriendGraphQl\\": ""
}
}
}
2 changes: 1 addition & 1 deletion app/code/Magento/SendFriendGraphQl/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Magento_SendFriendGraphGl"/>
<module name="Magento_SendFriendGraphQl"/>
</config>
2 changes: 1 addition & 1 deletion app/code/Magento/SendFriendGraphQl/registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

use Magento\Framework\Component\ComponentRegistrar;

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

0 comments on commit b6d9ade

Please sign in to comment.