Skip to content

Commit

Permalink
Merge pull request #2 from visuellverstehen/fix-error-augmentable-on-…
Browse files Browse the repository at this point in the history
…null

fix: change entry_id to id
  • Loading branch information
juliawarnke authored May 24, 2023
2 parents 0cd9b6f + bfcc3bb commit a69ddf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tags/AnchorNavigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function index(): ?array
return null;
}

if (! $this->entry = $this->context->get('entry_id')->augmentable()) {
if (! $this->entry = $this->context->get('id')->augmentable()) {
return null;
}

Expand Down

0 comments on commit a69ddf6

Please sign in to comment.