feat: add 'audit bottle', 'audit perfume', and 'audit product' permissions

This commit is contained in:
Yoga Pangestu 2026-02-10 17:07:23 +07:00
parent a50bd0c960
commit 1ebb50139a

View File

@ -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',