Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop

# Conflicts:
#	app/Http/Controllers/Transaction/DeleteController.php
This commit is contained in:
James Cole
2026-02-06 05:59:34 +01:00
9 changed files with 37 additions and 29 deletions

View File

@@ -73,6 +73,7 @@ class DestroyController extends Controller
Log::debug(sprintf('Now in %s', __METHOD__));
$this->groupRepository->destroy($transactionGroup);
Preferences::mark();
return response()->json([], 204);
}