mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 06:01:21 +00:00
Code cleanup and realign.
This commit is contained in:
@@ -51,7 +51,7 @@ class BillUpdateService
|
||||
$bill->repeat_freq = $data['repeat_freq'];
|
||||
$bill->skip = $data['skip'];
|
||||
$bill->automatch = true;
|
||||
$bill->active = $data['active']??true;
|
||||
$bill->active = $data['active'] ?? true;
|
||||
$bill->save();
|
||||
|
||||
// update note:
|
||||
|
||||
Reference in New Issue
Block a user