diff --git a/src/Tags/AnchorNavigation.php b/src/Tags/AnchorNavigation.php index 296b0ce..2df1a4e 100644 --- a/src/Tags/AnchorNavigation.php +++ b/src/Tags/AnchorNavigation.php @@ -31,7 +31,7 @@ public function index(): ?array return null; } - if (! $this->value = $this->entry->get($this->fieldHandle)) { + if (! $this->value = $this->entry->value($this->fieldHandle)) { return null; }