mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Code clean up.
This commit is contained in:
@@ -83,7 +83,6 @@ class BunqInformation implements InformationInterface
|
||||
$return = [];
|
||||
/** @var MonetaryAccountBank $account */
|
||||
foreach ($accounts as $account) {
|
||||
|
||||
$current = [
|
||||
'id' => $account->getId(),
|
||||
'name' => $account->getDescription(),
|
||||
@@ -156,7 +155,6 @@ class BunqInformation implements InformationInterface
|
||||
$request->call();
|
||||
|
||||
return $request->getMonetaryAccounts();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user