mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 04:21:20 +00:00
Expand services.
This commit is contained in:
@@ -139,7 +139,7 @@ class AccountController extends Controller
|
||||
$type = $account->accountType->type;
|
||||
$typeName = config('firefly.shortNamesByFullName.' . $type);
|
||||
$name = $account->name;
|
||||
$moveTo = $this->repository->find(intval($request->get('move_account_before_delete')));
|
||||
$moveTo = $this->repository->findNull(intval($request->get('move_account_before_delete')));
|
||||
|
||||
$this->repository->destroy($account, $moveTo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user