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

Commit

Permalink
#31 Removed the line
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Glushko committed Jul 14, 2018
1 parent 48fa7b5 commit 5552cdc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public function getCmsPageById(int $cmsPageId) : array
if (!$cmsPageModel->isActive()) {
throw new NoSuchEntityException();
}

} catch (NoSuchEntityException $e) {
// No error should be thrown, null result should be returned
return [];
Expand Down

0 comments on commit 5552cdc

Please sign in to comment.