mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Add field to user management.
This commit is contained in:
@@ -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'];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user