Added new field to allowed_fields so that the API can change them if needed

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-11-08 15:27:22 +00:00
parent 52dc5aa4ba
commit 7c37c70164

View file

@ -64,6 +64,7 @@ class CustomField extends Model
'help_text',
'show_in_email',
'is_unique',
'display_in_user_view',
];
/**