Skip to content

Commit

Permalink
FIX: ElementalArea
Browse files Browse the repository at this point in the history
  • Loading branch information
a2nt committed Apr 22, 2024
1 parent 0cbc125 commit c36b321
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/Pages/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ class PageController extends ContentController
private static $graphql_resources = [];
private static $ajax_resources = [];

public function ElementalArea()
{
return $this->dataRecord->ElementalArea();
}

public function getViewer($action)
{
// Manually set templates should be dealt with by Controller::getViewer()
Expand Down

0 comments on commit c36b321

Please sign in to comment.