Skip to content

Commit

Permalink
Merge pull request #42 from david-storm/main
Browse files Browse the repository at this point in the history
fix: Replace renderRoot to render
  • Loading branch information
podarok authored Jun 12, 2023
2 parents 5cd024f + 952882f commit c5e9fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenyMapDataWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function getPins($type, $id = NULL) {
'lat' => round($coordinates[0]['lat'], 5),
'lng' => round($coordinates[0]['lng'], 5),
'name' => $location->label(),
'markup' => $this->renderer->renderRoot($view),
'markup' => $this->renderer->render($view),
];
}

Expand Down

0 comments on commit c5e9fdd

Please sign in to comment.