mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Move budget rollover types to enum class.
This commit is contained in:
@@ -64,11 +64,6 @@ use Illuminate\Support\Carbon;
|
||||
*/
|
||||
class AutoBudget extends Model
|
||||
{
|
||||
/** @var int When the auto-budget resets every period automatically. */
|
||||
public const AUTO_BUDGET_RESET = 1;
|
||||
/** @var int When the auto-budget adds an amount every period automatically */
|
||||
public const AUTO_BUDGET_ROLLOVER = 2;
|
||||
|
||||
use SoftDeletes;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user