jump bridge statistics

This commit is contained in:
2018-12-26 22:42:36 -06:00
parent 50575929c9
commit 47c275fda5

View File

@@ -132,7 +132,6 @@ class JumpBridgeTax {
//Get the total usage
$usage = DB::table('jump_bridge_journal')
->select('amount')
->whereBetween('date', [$this->date, $this->date->addDays($this->days)])
->sum(['amount']);