mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Various code cleanup and fixed alignments.
This commit is contained in:
@@ -74,7 +74,7 @@ class AutoBudget extends Model
|
||||
public const int AUTO_BUDGET_ADJUSTED = 3;
|
||||
public const int AUTO_BUDGET_RESET = 1;
|
||||
public const int AUTO_BUDGET_ROLLOVER = 2;
|
||||
protected $fillable = ['budget_id', 'amount', 'period'];
|
||||
protected $fillable = ['budget_id', 'amount', 'period'];
|
||||
|
||||
public function budget(): BelongsTo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user