mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Basic list, no functionalities.
This commit is contained in:
@@ -115,10 +115,11 @@ class ApplyRules extends Command
|
||||
return 1;
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
||||
// get transactions from asset accounts.
|
||||
/** @var TransactionCollectorInterface $collector */
|
||||
$collector = app(TransactionCollectorInterface::class);
|
||||
/** @var TODO REPLACE $collector */
|
||||
//$collector = app();
|
||||
$collector->setUser($this->getUser());
|
||||
$collector->setAccounts($this->accounts);
|
||||
$collector->setRange($this->startDate, $this->endDate);
|
||||
|
Reference in New Issue
Block a user