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

@@ -36,6 +36,7 @@ class UserRole extends Model
public const CHANGE_REPETITIONS = 'change_reps';
public const VIEW_REPORTS = 'view_reports';
public const FULL = 'full';
public const OWNER = 'owner';
protected $fillable = ['title'];
/**