Move method to correct repository.

This commit is contained in:
James Cole
2019-08-30 07:45:48 +02:00
parent 6a06ab35c9
commit 4cdbea2737
5 changed files with 31 additions and 23 deletions

View File

@@ -35,7 +35,6 @@ use Illuminate\Support\Collection;
*/
interface BudgetRepositoryInterface
{
/**
* @return bool
*/
@@ -48,11 +47,6 @@ interface BudgetRepositoryInterface
*/
public function destroy(Budget $budget): bool;
/**
* @param AvailableBudget $availableBudget
*/
public function destroyAvailableBudget(AvailableBudget $availableBudget): void;
/**
* Destroy a budget limit.
*