liugc 1 tahun lalu
induk
melakukan
df1f4a1733
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/adminapi/lists/works/ServiceWorkLists.php

+ 1 - 1
app/adminapi/lists/works/ServiceWorkLists.php

@@ -193,7 +193,7 @@ class ServiceWorkLists extends BaseAdminDataLists implements ListsSearchInterfac
      */
     public function count(): int
     {
-        return ServiceWork::where($this->searchWhere)->where($this->queryWhere())->where($this->queryDataWhere())->count();
+        return ServiceWork::count();
     }
 
 }