mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
Varioux fixes and cleaning up.
This commit is contained in:
@@ -51,6 +51,7 @@ class RecurringTransaction extends Ardent
|
||||
'skip' => 'required|between:0,31',
|
||||
];
|
||||
|
||||
protected $fillable = ['user_id','name','match','amount_min','amount_max','date','repeat_freq','skip','active','automatch'];
|
||||
|
||||
/**
|
||||
* @return array
|
||||
|
Reference in New Issue
Block a user