Skip to content

Commit

Permalink
Fix naming "backboneit" > "hofff"
Browse files Browse the repository at this point in the history
  • Loading branch information
grummbeer committed Aug 19, 2024
1 parent 25dab3e commit 207c1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryBuilder/PageQueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function (QueryBuilder $queryBuilder): void {
)
->addGuestsQueryParts(
$queryBuilder,
(bool) $this->moduleModel->backboneit_navigation_showGuests,
(bool) $this->moduleModel->hofff_navigation_showGuests,
);
},
);
Expand Down

0 comments on commit 207c1bf

Please sign in to comment.