Skip to content

Commit

Permalink
feat: make loadLatte hookable
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Feb 1, 2024
1 parent c21ea10 commit c3e4f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RockFrontend.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ public function loadAlfred(): bool
/**
* @return Engine
*/
public function loadLatte($withLayout = false)
public function ___loadLatte($withLayout = false)
{
if ($withLayout && $this->latteWithLayout) return $this->latteWithLayout;
if ($this->latte) return $this->latte;
Expand Down

0 comments on commit c3e4f47

Please sign in to comment.