mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Remove unused var
This commit is contained in:
parent
aabf73d3e9
commit
1186359898
@ -35,7 +35,6 @@ use Illuminate\Support\Collection;
|
||||
class AccountBalanceGrouped
|
||||
{
|
||||
private array $accountIds;
|
||||
private Collection $accounts;
|
||||
private string $carbonFormat;
|
||||
private array $currencies = [];
|
||||
private array $data = [];
|
||||
@ -206,7 +205,6 @@ class AccountBalanceGrouped
|
||||
*/
|
||||
public function setAccounts(Collection $accounts): void
|
||||
{
|
||||
$this->accounts = $accounts;
|
||||
$this->accountIds = $accounts->pluck('id')->toArray();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user