This commit is contained in:
James Cole 2020-12-01 18:11:31 +01:00
parent c563340532
commit d66b03166f
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -210,6 +210,7 @@ class OperatorQuerySearch implements SearchInterface
$this->billRepository->setUser($user);
$this->categoryRepository->setUser($user);
$this->budgetRepository->setUser($user);
$this->tagRepository->setUser($user);
$this->collector = app(GroupCollectorInterface::class);
$this->collector->setUser($this->user);
$this->collector->withAccountInformation()->withCategoryInformation()->withBudgetInformation();