jump bridge statistics

This commit is contained in:
2018-12-26 22:44:07 -06:00
parent 5d1dd959e3
commit d0a80bb738

View File

@@ -132,7 +132,7 @@ class JumpBridgeTax {
//Get the total usage
$usage = JumpBridgeJournal::whereBetween('date', [$this->date, $this->date->addDays($this->days)])
->sum(['amount']);
->sum('amount');
//Return the usage
return $usage;