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