mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Make is_unique fillable
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b78f32e876
commit
ea8f9a6dd9
|
@ -63,6 +63,7 @@ class CustomField extends Model
|
|||
'field_encrypted',
|
||||
'help_text',
|
||||
'show_in_email',
|
||||
'is_unique',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue