mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Fix a few commands.
This commit is contained in:
@@ -70,6 +70,8 @@ class AutoBudget extends Model
|
||||
public const AUTO_BUDGET_RESET = 1;
|
||||
public const AUTO_BUDGET_ROLLOVER = 2;
|
||||
|
||||
protected $fillable = ['budget_id','amount','period'];
|
||||
|
||||
/**
|
||||
* @return BelongsTo
|
||||
*/
|
||||
|
Reference in New Issue
Block a user