mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
After quite some fumbling, fixed both the development import and some tests.
This commit is contained in:
@@ -20,6 +20,8 @@ class AccountController extends \BaseController
|
||||
public function index()
|
||||
{
|
||||
$all = $this->accounts->get();
|
||||
|
||||
|
||||
$list = [
|
||||
'personal' => [],
|
||||
'beneficiaries' => [],
|
||||
|
Reference in New Issue
Block a user