Skip to content

Commit b99ae25

Browse files
[6.x] Fix addon settings blueprint cache collision with field settings blueprint (#14509)
1 parent bd8c3d5 commit b99ae25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Addons/Addon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public function settingsBlueprint()
361361
return null;
362362
}
363363

364-
return Blueprint::make()->setContents(app($binding));
364+
return Blueprint::make("addons.{$this->slug()}")->setContents(app($binding));
365365
}
366366

367367
public function setting($key, $default = null): mixed

0 commit comments

Comments
 (0)