change the report/map routes into v2
This commit is contained in:
@@ -92,7 +92,7 @@ class Provinces implements FromView, ShouldAutoSize, WithEvents, WithDrawings
|
||||
|
||||
$query .= " group by province_id;";
|
||||
|
||||
$item_data = DB::select(DB::raw($query));
|
||||
$item_data = DB::select($query);
|
||||
|
||||
$sum['MarematRooyeCount'] = 0;
|
||||
$sum['PaksaziCount'] = 0;
|
||||
|
||||
Reference in New Issue
Block a user