Skip to content

Commit

Permalink
allow fieldHandle and value to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
juliawarnke committed Mar 22, 2023
1 parent e9c0112 commit 79fa08b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tags/AnchorNavigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ class AnchorNavigation extends Tags
{
protected static $handle = 'anchor_navigation';

protected string $fieldHandle;
protected ?string $fieldHandle;
protected $entry;
protected Augmentor $augmentor;
protected array $value;
protected ?array $value;

/*
* In order to generate an anchor navigation
Expand Down

0 comments on commit 79fa08b

Please sign in to comment.