Skip to content

Commit

Permalink
Update creating-a-module.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
BelleNottelling committed Sep 20, 2023
1 parent 71539fa commit 2f29cf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function getModulePermissions(): array
'description' => __trans('Allows the staff member to delete "something"'),
],
'can_always_access' => true,
'manage_settings',
'manage_settings' => [],
];
}
```
Expand Down

0 comments on commit 2f29cf7

Please sign in to comment.