Explorar el Código

return $this->ok(['rows'=>[],"count"=>$count]);

visuddhinanda hace 3 años
padre
commit
8f4f8900dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Controllers/WbwController.php

+ 1 - 1
app/Http/Controllers/WbwController.php

@@ -150,7 +150,7 @@ class WbwController extends Controller
             }
         }
 
-        return $this->ok($count);
+        return $this->ok(['rows'=>[],"count"=>$count]);
     }
 
     /**