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

Commit 5552cdc

Browse files
author
Roman Glushko
committed
#31 Removed the line
1 parent 48fa7b5 commit 5552cdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public function getCmsPageById(int $cmsPageId) : array
4646
if (!$cmsPageModel->isActive()) {
4747
throw new NoSuchEntityException();
4848
}
49-
5049
} catch (NoSuchEntityException $e) {
5150
// No error should be thrown, null result should be returned
5251
return [];

0 commit comments

Comments
 (0)