New set of PHP 8.4 files

This commit is contained in:
James Cole
2024-11-26 18:04:32 +01:00
parent 64aefe5848
commit 4ba1c5bcfc
8 changed files with 137 additions and 131 deletions

View File

@@ -39,16 +39,16 @@ class RecurrenceRepetition extends Model
use ReturnsIntegerIdTrait;
use SoftDeletes;
/** @deprecated */
#[\Deprecated]
public const int WEEKEND_DO_NOTHING = 1;
/** @deprecated */
#[\Deprecated]
public const int WEEKEND_SKIP_CREATION = 2;
/** @deprecated */
#[\Deprecated]
public const int WEEKEND_TO_FRIDAY = 3;
/** @deprecated */
#[\Deprecated]
public const int WEEKEND_TO_MONDAY = 4;
protected $casts