Build account update service.

This commit is contained in:
James Cole
2018-02-21 20:34:24 +01:00
parent 81221038f0
commit b4157e8ce0
7 changed files with 543 additions and 19 deletions

View File

@@ -198,6 +198,7 @@ class AccountController extends Controller
'virtualBalance' => $account->virtual_balance,
'currency_id' => $currency->id,
'notes' => '',
'active' => $account->active,
];
/** @var Note $note */
$note = $this->repository->getNote($account);