Add new roles.

This commit is contained in:
James Cole
2022-08-14 15:41:06 +02:00
parent ae0a675668
commit 322b6d19d8
2 changed files with 4 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ class UserRoleSeeder extends Seeder
UserRole::CHANGE_PIGGY_BANKS,
UserRole::CHANGE_REPETITIONS,
UserRole::VIEW_REPORTS,
UserRole::MANAGE_WEBHOOKS,
UserRole::MANAGE_CURRENCIES,
UserRole::FULL,
UserRole::OWNER,
];