Skip to content

Commit

Permalink
[5.x] Fix augmentable not resolved in transient values (#10417)
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni authored Jul 10, 2024
1 parent 5d747be commit 19c5f6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Fields/Value.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ public function setFieldtype($fieldtype)

public function augmentable()
{
$this->resolve();

return $this->augmentable;
}

Expand Down

0 comments on commit 19c5f6f

Please sign in to comment.