mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 12:27:05 +00:00
Code cleanup.
This commit is contained in:
@@ -57,19 +57,6 @@ class JournalCollector
|
||||
];
|
||||
/** @var bool */
|
||||
private $filterTransfers = false;
|
||||
/** @var array */
|
||||
private $group
|
||||
= [
|
||||
'transaction_journals.id',
|
||||
'transaction_journals.description',
|
||||
'firefly-iii.transaction_journals.date',
|
||||
'transaction_journals.encrypted',
|
||||
'transaction_currencies.code',
|
||||
'transaction_types.type',
|
||||
'transaction_journals.bill_id',
|
||||
'bills.name',
|
||||
'transactions.amount',
|
||||
];
|
||||
/** @var bool */
|
||||
private $joinedBudget = false;
|
||||
/** @var bool */
|
||||
@@ -285,6 +272,8 @@ class JournalCollector
|
||||
public function setOffset(int $offset): JournalCollector
|
||||
{
|
||||
$this->offset = $offset;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user