Refactor method to original name #524

This commit is contained in:
James Cole
2017-01-05 08:48:16 +01:00
parent 7c5ee8a67d
commit b575b87f77
3 changed files with 3 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ class CategoryController extends Controller
}
}
$chartData[strval(trans('firefly.no_category'))] = bcmul($repository->spentInPeriodWithoutCategoryCollector(new Collection, $start, $end), '-1');
$chartData[strval(trans('firefly.no_category'))] = bcmul($repository->spentInPeriodWithoutCategory(new Collection, $start, $end), '-1');
// sort
arsort($chartData);