mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
Encrypt more stuff in the cleanup routine [skip ci]
This commit is contained in:
parent
36b951b146
commit
b8275b4734
@ -219,7 +219,7 @@ class Cleanup
|
||||
unset($set, $entry, $amount);
|
||||
|
||||
// encrypt piggy bank repetition currentamount
|
||||
$set = PiggyBankRepetition::whereNull('amount_encrypted')->take(5)->get();
|
||||
$set = PiggyBankRepetition::whereNull('currentamount_encrypted')->take(5)->get();
|
||||
/** @var PiggyBankRepetition $entry */
|
||||
foreach ($set as $entry) {
|
||||
$count++;
|
||||
|
Loading…
Reference in New Issue
Block a user