mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Restore enums, replace one to enforce php 8.1 compatibility.
This commit is contained in:
@@ -64,6 +64,9 @@ use Illuminate\Support\Carbon;
|
||||
*/
|
||||
class AutoBudget extends Model
|
||||
{
|
||||
public const AUTO_BUDGET_RESET = 1;
|
||||
public const AUTO_BUDGET_ROLLOVER = 2;
|
||||
|
||||
use SoftDeletes;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user