Skip to content

Commit 7b27606

Browse files
chore: applied pint changes
1 parent c89ef9b commit 7b27606

File tree

1 file changed

+1
-1
lines changed
  • packages/Webkul/Admin/src/Helpers/Reporting

1 file changed

+1
-1
lines changed

packages/Webkul/Admin/src/Helpers/Reporting/Lead.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ public function getOverTimeStats($startDate, $endDate, $valueColumn, $dateColumn
360360
->select(
361361
DB::raw("$groupColumn AS date"),
362362
DB::raw('COUNT(DISTINCT id) AS count'),
363-
DB::raw("SUM(".\DB::getTablePrefix()."$valueColumn) AS total")
363+
DB::raw('SUM('.\DB::getTablePrefix()."$valueColumn) AS total")
364364
)
365365
->whereIn('lead_pipeline_stage_id', $this->stageIds)
366366
->whereBetween($dateColumn, [$startDate, $endDate])

0 commit comments

Comments
 (0)