Skip to content

Commit

Permalink
Adjust permission group names
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
  • Loading branch information
sampoyigi committed May 9, 2024
1 parent 606f620 commit bf5818b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function registerPermissions(): array
return [
'IgniterLabs.Webhook.ManageSetting' => [
'description' => 'Manage Webhook settings',
'group' => 'advanced',
'group' => 'igniter::system.permissions.name',
],
];
}
Expand Down

0 comments on commit bf5818b

Please sign in to comment.