update staff permissions

This commit is contained in:
Abhishek Mali
2026-02-27 12:59:20 +05:30
parent e188780329
commit 599023166a
5 changed files with 14 additions and 10 deletions

View File

@@ -25,6 +25,12 @@ class PermissionSeeder extends Seeder
// EXTRA (ORDERS)
'orders.view', // you added this separately
// CONTAINER
'container.view',
'container.create',
'container.update',
'container.delete',
// SHIPMENT
'shipment.view',
'shipment.create',