mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-03 20:14:31 +00:00
Some code cleanup [skip ci]
This commit is contained in:
@@ -103,6 +103,7 @@ class AccountController extends Controller
|
||||
$chartProperties->addProperty($start);
|
||||
$chartProperties->addProperty($end);
|
||||
$chartProperties->addProperty('frontpage');
|
||||
$chartProperties->addProperty('accounts');
|
||||
|
||||
/** @var Account $account */
|
||||
foreach($accounts as $account) {
|
||||
|
||||
Reference in New Issue
Block a user