English hard

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-11-22 11:23:17 +00:00
parent 83ee07cca1
commit d6a337a584

View file

@ -257,7 +257,7 @@ class Category extends SnipeModel
* This sets the checkin_value to a boolean 0 or 1. This accounts for forms or API calls that
* explicitly pass the checkin_email field but it has a null or empty value.
*
* This will also correctly parse "true"/"false" passed.
* This will also correctly parse a 1/0 if "true"/"false" is passed.
*
* @param $value
* @return void