Skip to content

Commit

Permalink
Merge pull request #27 from grummbeer/fix-typo
Browse files Browse the repository at this point in the history
Fix naming "backboneit" > "hofff"
  • Loading branch information
dmolineus authored Sep 23, 2024
2 parents 5ca766a + 207c1bf commit 74c21f1
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 74c21f1

Please sign in to comment.