Skip to content

Commit

Permalink
chore: remove whitespace lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin committed Oct 31, 2024
1 parent 641c97e commit c6e2086
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function getMenu(): array
}

$mappedParentIdToPageId = [];

foreach ($menu['items'] as &$menuItem) {
if ($menuItem['page_id']) {
$mappedParentIdToPageId[$menuItem['id']] = $menuItem['page_id'];
Expand Down

0 comments on commit c6e2086

Please sign in to comment.