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

Commit 85e6826

Browse files
author
Roman Glushko
committed
#31 Refactored module
1 parent 1f9c09e commit 85e6826

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/code/Magento/CmsGraphQl/Model/Resolver/Cms/CmsPageDataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ private function processCmsPage(CmsPageInterface $cmsPageModel) : array
7878

7979
return $cmsPageData;
8080
}
81-
}
81+
}

app/code/Magento/CmsGraphQl/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"require": {
66
"php": "~7.1.3||~7.2.0",
77
"magento/framework": "*",
8-
"magento/module-store": "*",
98
"magento/module-cms": "*"
109
},
1110
"license": [

0 commit comments

Comments
 (0)