Skip to content

Commit

Permalink
Make formating function to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrsKondratjevs committed Feb 10, 2023
1 parent 2566d13 commit df62ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Resolver/DataProvider/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function getDataByPageIdentifier(string $pageIdentifier, int $storeId): a
* @return array
* @throws NoSuchEntityException
*/
private function convertPageData(OriginalPageInterface $page)
public function convertPageData(OriginalPageInterface $page)
{
if (false === $page->isActive()) {
throw new NoSuchEntityException();
Expand Down

0 comments on commit df62ca0

Please sign in to comment.