Auto commit for release 'develop' on 2024-11-07

This commit is contained in:
github-actions
2024-11-07 03:36:46 +01:00
parent d507e59038
commit 02543438a4
7 changed files with 94 additions and 84 deletions

View File

@@ -40,10 +40,13 @@ class RecurrenceRepetition extends Model
/** @deprecated */
public const int WEEKEND_DO_NOTHING = 1;
/** @deprecated */
public const int WEEKEND_SKIP_CREATION = 2;
/** @deprecated */
public const int WEEKEND_TO_FRIDAY = 3;
/** @deprecated */
public const int WEEKEND_TO_MONDAY = 4;