Deprecate constants

This commit is contained in:
James Cole
2024-11-07 03:29:44 +01:00
parent dbef5e2143
commit 9d0fd7ef1b
3 changed files with 14 additions and 0 deletions

View File

@@ -38,9 +38,13 @@ class RecurrenceRepetition extends Model
use ReturnsIntegerIdTrait;
use SoftDeletes;
/** @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;
protected $casts