mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Submitted debug code.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user