From cae1e7564354cd4cd3d5beabdfc8eb9ec7478cf7 Mon Sep 17 00:00:00 2001 From: Michael Aerni Date: Tue, 9 Jul 2024 09:51:11 -0400 Subject: [PATCH] Resolve augmentable --- src/Fields/Value.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Fields/Value.php b/src/Fields/Value.php index a656540612c..dd71177f580 100644 --- a/src/Fields/Value.php +++ b/src/Fields/Value.php @@ -168,6 +168,8 @@ public function setFieldtype($fieldtype) public function augmentable() { + $this->resolve(); + return $this->augmentable; }