mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
Fixed tests.
This commit is contained in:
@@ -26,7 +26,7 @@ class AccountController extends \BaseController
|
||||
'initial' => [],
|
||||
'cash' => []
|
||||
];
|
||||
$total = $all->count();
|
||||
$total = count($all);
|
||||
|
||||
foreach ($all as $account) {
|
||||
|
||||
|
Reference in New Issue
Block a user