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

Commit

Permalink
#31 Removed ID from array
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Glushko committed Jun 30, 2018
1 parent a617b80 commit 94c904e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public function getCmsPageById(int $cmsPageId) : array
private function processCmsPage(CmsPageInterface $cmsPageModel) : array
{
$cmsPageData = [
'id' => $cmsPageModel->getId(),
'url_key' => $cmsPageModel->getIdentifier(),
'page_title' => $cmsPageModel->getTitle(),
'page_content' => $cmsPageModel->getContent(),
Expand Down

0 comments on commit 94c904e

Please sign in to comment.