mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Move method to correct repository.
This commit is contained in:
@@ -176,9 +176,9 @@ class OperationsRepository implements OperationsRepositoryInterface
|
||||
*/
|
||||
private function getBudgetLimits(Budget $budget, Carbon $start = null, Carbon $end = null): Collection
|
||||
{
|
||||
/** @var BudgetRepositoryInterface $repository */
|
||||
$repository = app(BudgetRepositoryInterface::class);
|
||||
/** @var BudgetLimitRepositoryInterface $blRepository */
|
||||
$blRepository = app(BudgetLimitRepositoryInterface::class);
|
||||
|
||||
return $repository->getBudgetLimits($budget, $start, $end);
|
||||
return $blRepository->getBudgetLimits($budget, $start, $end);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user