feat: add 'audit bottle', 'audit perfume', and 'audit product' permissions
This commit is contained in:
parent
a50bd0c960
commit
1ebb50139a
@ -335,6 +335,7 @@ public function run(): void
|
||||
'create bottle',
|
||||
'update bottle',
|
||||
'delete bottle',
|
||||
'audit bottle',
|
||||
|
||||
'create brand',
|
||||
'update brand',
|
||||
@ -391,6 +392,7 @@ public function run(): void
|
||||
'create perfume',
|
||||
'update perfume',
|
||||
'delete perfume',
|
||||
'audit perfume',
|
||||
|
||||
'view perfume feature',
|
||||
'create perfume feature',
|
||||
@ -400,6 +402,7 @@ public function run(): void
|
||||
'create product',
|
||||
'update product',
|
||||
'delete product',
|
||||
'audit product',
|
||||
|
||||
'view purchase',
|
||||
'create purchase',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user