This commit is contained in:
James Cole
2015-09-25 16:00:14 +02:00
parent a838dc163d
commit 45293fbd42
11 changed files with 228 additions and 16 deletions

View File

@@ -69,7 +69,6 @@ class CategoryController extends Controller
$earned = $repository->earnedInPeriod($category, $start, $currentEnd);
$entries->push([clone $start, $spent, $earned]);
$start = Navigation::addPeriod($start, $range, 0);
}
$data = $this->generator->all($entries);