Skip to content

Commit 514a2b9

Browse files
committed
give addon settings blueprint a handle
1 parent 8a48cc5 commit 514a2b9

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)