logicpowerhouse пре 4 година
родитељ
комит
bc96552a03
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Models/Pro.php

+ 1 - 1
app/Models/Pro.php

@@ -334,7 +334,7 @@ class Pro extends Model
             $measurementsQuery
                 ->whereNotNull('client_bdt_measurement_id')
                 ->whereNotNull('ts')
-                ->where('is_cellular_zero', '<>', 'NO')
+                ->where('is_cellular_zero', '!=', 'NO')
                 ->where(function ($q) {
                     $q->whereNull('status')
                         ->orWhere(function ($q2) {