Remove old method #524

This commit is contained in:
James Cole
2017-01-05 08:40:26 +01:00
parent 7c82f45604
commit cdf6e5a487

View File

@@ -31,16 +31,6 @@ interface CategoryRepositoryInterface
*/
public function destroy(Category $category): bool;
/**
* @param Collection $categories
* @param Collection $accounts
* @param Carbon $start
* @param Carbon $end
*
* @return string
*/
public function earnedInPeriod(Collection $categories, Collection $accounts, Carbon $start, Carbon $end): string;
/**
* @param Collection $categories
* @param Collection $accounts