mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
Clean up some code.
This commit is contained in:
@@ -115,6 +115,7 @@ class PiggyBankTransformer extends AbstractTransformer
|
||||
|
||||
// grab repetitions (for current amount):
|
||||
$repetitions = PiggyBankRepetition::whereIn('piggy_bank_id', $piggyBanks)->get();
|
||||
|
||||
throw new FireflyException('[d] Piggy bank repetitions are EOL.');
|
||||
|
||||
/** @var PiggyBankRepetition $repetition */
|
||||
|
||||
Reference in New Issue
Block a user