mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -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);
|
unset($set, $entry, $amount);
|
||||||
|
|
||||||
// encrypt piggy bank repetition currentamount
|
// encrypt piggy bank repetition currentamount
|
||||||
$set = PiggyBankRepetition::whereNull('amount_encrypted')->take(5)->get();
|
$set = PiggyBankRepetition::whereNull('currentamount_encrypted')->take(5)->get();
|
||||||
/** @var PiggyBankRepetition $entry */
|
/** @var PiggyBankRepetition $entry */
|
||||||
foreach ($set as $entry) {
|
foreach ($set as $entry) {
|
||||||
$count++;
|
$count++;
|
||||||
|
Loading…
Reference in New Issue
Block a user