mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
Various code cleanup.
This commit is contained in:
@@ -74,5 +74,7 @@ interface AccountRepositoryInterface
|
|||||||
|
|
||||||
public function setUserGroup(UserGroup $userGroup): void;
|
public function setUserGroup(UserGroup $userGroup): void;
|
||||||
|
|
||||||
|
public function getUserGroup(): UserGroup;
|
||||||
|
|
||||||
public function update(Account $account, array $data): Account;
|
public function update(Account $account, array $data): Account;
|
||||||
}
|
}
|
||||||
|
@@ -25,7 +25,6 @@ import formatMoney from "../../util/format-money.js";
|
|||||||
import Get from "../../api/v2/model/account/get.js";
|
import Get from "../../api/v2/model/account/get.js";
|
||||||
import {Chart} from 'chart.js';
|
import {Chart} from 'chart.js';
|
||||||
import {getDefaultChartSettings} from "../../support/default-chart-settings.js";
|
import {getDefaultChartSettings} from "../../support/default-chart-settings.js";
|
||||||
import {getColors} from "../../support/get-colors.js";
|
|
||||||
import {getCacheKey} from "../../support/get-cache-key.js";
|
import {getCacheKey} from "../../support/get-cache-key.js";
|
||||||
import {getConfiguration} from "../../store/get-configuration.js";
|
import {getConfiguration} from "../../store/get-configuration.js";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user