Explorar o código

Merge branch 'master' of https://rav.triplestart.com/jmudaka/stagfe2

logicpowerhouse %!s(int64=4) %!d(string=hai) anos
pai
achega
5ec982f2c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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', '!=', true)
+                ->where('is_cellular_zero', false)
                 ->where(function ($q) {
                     $q->whereNull('status')
                         ->orWhere(function ($q2) {