mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Various code cleanup and fixed alignments.
This commit is contained in:
@@ -97,7 +97,7 @@ class GroupCloneService
|
||||
// add relation.
|
||||
// TODO clone ALL linked piggy banks
|
||||
/** @var null|PiggyBankEvent $event */
|
||||
$event = $journal->piggyBankEvents()->first();
|
||||
$event = $journal->piggyBankEvents()->first();
|
||||
if (null !== $event) {
|
||||
$piggyBank = $event->piggyBank;
|
||||
$factory = app(PiggyBankEventFactory::class);
|
||||
|
Reference in New Issue
Block a user