mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 07:08:19 +00:00
Fixed budget controller. [skip ci]
This commit is contained in:
@@ -15,4 +15,27 @@ interface BudgetInterface {
|
||||
*/
|
||||
public function organizeByDate(Collection $budgets);
|
||||
|
||||
|
||||
/**
|
||||
* @param \Budget $budget
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function organizeRepetitions(\Budget $budget);
|
||||
|
||||
/**
|
||||
* @param \Budget $budget
|
||||
* @param $repetitionId
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function organizeRepetition(\Budget $budget, $repetitionId);
|
||||
|
||||
/**
|
||||
* @param \Budget $budget
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function outsideRepetitions(\Budget $budget);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user