Method no longer used.

This commit is contained in:
James Cole 2016-01-01 20:00:20 +01:00
parent efc9bc71a7
commit 1a7b1ce499
2 changed files with 0 additions and 26 deletions

View File

@ -18,20 +18,6 @@ use Illuminate\Support\Collection;
class SingleCategoryRepository extends ComponentRepository implements SingleCategoryRepositoryInterface
{
/**
* @param Category $category
* @param Carbon $start
* @param Carbon $end
* @param Collection $accounts
*
* @return string
*/
public function balanceInPeriod(Category $category, Carbon $start, Carbon $end, Collection $accounts)
{
return $this->commonBalanceInPeriod($category, $start, $end, $accounts);
}
/**
* @param Category $category
*

View File

@ -13,18 +13,6 @@ use Illuminate\Support\Collection;
*/
interface SingleCategoryRepositoryInterface
{
/**
* Corrected for tags and list of accounts.
*
* @param Category $category
* @param \Carbon\Carbon $start
* @param \Carbon\Carbon $end
* @param Collection $accounts
*
* @return string
*/
public function balanceInPeriod(Category $category, Carbon $start, Carbon $end, Collection $accounts);
/**
* @param Category $category
*