Ken 2 mesi fa
parent
commit
1be364d48d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Http/Controllers/api/Issue.php

+ 1 - 1
app/Http/Controllers/api/Issue.php

@@ -214,7 +214,7 @@ class Issue extends BaseController
             ->where('id', '<=', 91)
             ->where('id', '<=', 91)
             ->get();
             ->get();
 
 
-        $count = Cao::count();
+        $count = \App\Models\Issue::count();
         $data = [
         $data = [
             'total' => $count,
             'total' => $count,
             'list' => $list
             'list' => $list