Renamed the other method.

This commit is contained in:
James Cole
2017-01-05 09:10:04 +01:00
parent 2d8ca363db
commit a872cf7061
4 changed files with 4 additions and 4 deletions

View File

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