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

@@ -41,8 +41,10 @@ class AutoBudget extends Model
/** @deprecated */
public const int AUTO_BUDGET_ADJUSTED = 3;
/** @deprecated */
public const int AUTO_BUDGET_RESET = 1;
/** @deprecated */
public const int AUTO_BUDGET_ROLLOVER = 2;
protected $fillable = ['budget_id', 'amount', 'period'];