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,13 +39,13 @@ class AutoBudget extends Model
use ReturnsIntegerIdTrait;
use SoftDeletes;
/** @deprecated */
#[\Deprecated]
public const int AUTO_BUDGET_ADJUSTED = 3;
/** @deprecated */
#[\Deprecated]
public const int AUTO_BUDGET_RESET = 1;
/** @deprecated */
#[\Deprecated]
public const int AUTO_BUDGET_ROLLOVER = 2;
protected $fillable = ['budget_id', 'amount', 'period'];