This commit is contained in:
James Cole
2017-02-15 16:20:16 +01:00
parent f0783df123
commit 636b371b86
11 changed files with 1 additions and 27 deletions

View File

@@ -157,7 +157,7 @@ class ExecuteRuleGroupOnExistingTransactions extends Job implements ShouldQueue
{
/** @var JournalCollectorInterface $collector */
$collector = app(JournalCollectorInterface::class);
$collector->setUser(auth()->user());
$collector->setUser($this->user);
$collector->setAccounts($this->accounts)->setRange($this->startDate, $this->endDate);
return $collector->getJournals();