James Cole
2022-11-01 19:33:43 +01:00
parent 5ba079e71c
commit 0c6e00666b
3 changed files with 4 additions and 5 deletions

View File

@@ -97,8 +97,6 @@ class DestroyController extends Controller
$this->groupRepository->destroy($transactionGroup);
// trigger just after destruction
event(new DestroyedTransactionGroup($transactionGroup));
app('preferences')->mark();
/** @var Account $account */