Some optimisations.

This commit is contained in:
James Cole
2015-05-26 20:28:18 +02:00
parent f733216fcb
commit 9ad8b1a980
5 changed files with 6 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ class CategoryRepository implements CategoryRepositoryInterface
* @param Carbon $start
* @param Carbon $end
*
* @return Collection
* @return array
*/
public function getCategoriesAndExpensesCorrected($start, $end)
{

View File

@@ -38,7 +38,7 @@ interface CategoryRepositoryInterface
* @param Carbon $start
* @param Carbon $end
*
* @return Collection
* @return array
*/
public function getCategoriesAndExpensesCorrected($start, $end);