Remove old method #524

This commit is contained in:
James Cole 2017-01-05 08:40:26 +01:00
parent 7c82f45604
commit cdf6e5a487
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -31,16 +31,6 @@ interface CategoryRepositoryInterface
*/ */
public function destroy(Category $category): bool; 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 $categories
* @param Collection $accounts * @param Collection $accounts