mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-15 19:22:08 -06:00
Remove code.
This commit is contained in:
parent
94bc751e41
commit
55340aefa3
@ -534,8 +534,6 @@ class GoogleChartController extends Controller
|
||||
|
||||
/** @var Collection $set */
|
||||
$set = DB::table('piggy_bank_events')->where('piggy_bank_id', $piggyBank->id)->groupBy('date')->get(['date', DB::Raw('SUM(`amount`) AS `sum`')]);
|
||||
|
||||
$first = $set->first();
|
||||
$sum = 0;
|
||||
|
||||
foreach ($set as $entry) {
|
||||
|
Loading…
Reference in New Issue
Block a user