Small fixes and updates. [skip ci]

This commit is contained in:
James Cole
2014-07-23 16:44:20 +02:00
parent 1a9c44f7f9
commit 30553ed7a3
6 changed files with 84 additions and 16 deletions

View File

@@ -12,4 +12,6 @@ interface BudgetRepositoryInterface
public function find($id);
public function getWithRepetitionsInPeriod(\Carbon\Carbon $date, $range);
}