Add field to user management.

This commit is contained in:
James Cole
2021-08-30 06:37:55 +02:00
parent a08440aacf
commit 30d155a8e2
7 changed files with 40 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ class UserRoleSeeder extends Seeder
UserRole::CHANGE_REPETITIONS,
UserRole::VIEW_REPORTS,
UserRole::FULL,
UserRole::OWNER,
];
/** @var string $role */