change the report/map routes into v2
This commit is contained in:
@@ -63,7 +63,7 @@ class Cities implements FromView, ShouldAutoSize, WithEvents, WithDrawings
|
||||
|
||||
$query .= " AND activity_date_time BETWEEN '{$fromDate}' AND '{$toDate}' GROUP BY city_id ORDER BY province_id ASC;";
|
||||
|
||||
$data = DB::select(DB::raw($query));
|
||||
$data = DB::select($query);
|
||||
|
||||
$temp =[];
|
||||
foreach ($data as $key => $value) {
|
||||
|
||||
Reference in New Issue
Block a user