Skip to content

Commit 0b94998

Browse files
committed
Reset cache when setting content
1 parent e85a72c commit 0b94998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Fields/Blueprint.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ public function setContents(array $contents)
150150

151151
return $this
152152
->normalizeTabs()
153+
->resetBlueprintCache()
153154
->resetFieldsCache();
154155
}
155156

0 commit comments

Comments
 (0)