Submitted debug code.

This commit is contained in:
James Cole
2018-07-24 21:13:12 +02:00
parent 780a15fe4f
commit e504ee82e5

View File

@@ -313,8 +313,6 @@ class TagRepository implements TagRepositoryInterface
}
$result = $tagQuery->get(['tags.id', 'tags.tag', DB::raw('SUM(transactions.amount) as amount_sum')]);
var_dump($result->toArray());
exit;
/** @var Tag $tag */
foreach ($result as $tag) {