mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #2401
This commit is contained in:
@@ -311,9 +311,7 @@ class TransactionGroupRepository implements TransactionGroupRepositoryInterfac
|
||||
{
|
||||
/** @var GroupUpdateService $service */
|
||||
$service = app(GroupUpdateService::class);
|
||||
$updatedGroup = $service->update($transactionGroup, $data);
|
||||
|
||||
return $updatedGroup;
|
||||
return $service->update($transactionGroup, $data);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user