Skip to content

Commit ebb2068

Browse files
authored
[5.x] Fix blueprint cache (#13430)
1 parent 2cfd0d7 commit ebb2068

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)