Gave method old name back.

This commit is contained in:
James Cole
2017-01-05 09:08:35 +01:00
parent 8e8b011587
commit 2d8ca363db
6 changed files with 13 additions and 13 deletions

View File

@@ -441,7 +441,7 @@ class BudgetRepository implements BudgetRepositoryInterface
*
* @return string
*/
public function spentInPeriodCollector(Collection $budgets, Collection $accounts, Carbon $start, Carbon $end): string
public function spentInPeriod(Collection $budgets, Collection $accounts, Carbon $start, Carbon $end): string
{
/** @var JournalCollectorInterface $collector */
$collector = app(JournalCollectorInterface::class, [$this->user]);

View File

@@ -157,7 +157,7 @@ interface BudgetRepositoryInterface
*
* @return string
*/
public function spentInPeriodCollector(Collection $budgets, Collection $accounts, Carbon $start, Carbon $end): string;
public function spentInPeriod(Collection $budgets, Collection $accounts, Carbon $start, Carbon $end): string;
/**
* @param Collection $accounts