Skip to content

Commit

Permalink
Regroup permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Jul 29, 2023
1 parent 3305f17 commit 8217c8f
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 @@ -31,7 +31,7 @@ public function registerPermissions()
return [
'Igniter.Automation.Manage' => [
'description' => 'Create, modify and delete automations',
'group' => 'module',
'group' => 'admin',
],
];
}
Expand Down

0 comments on commit 8217c8f

Please sign in to comment.