mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
@ -36,8 +36,8 @@ class ListingResponseBuilder
|
||||
*/
|
||||
public function toResponse()
|
||||
{
|
||||
$data = $this->fetchData();
|
||||
$total = $this->query->count();
|
||||
$data = $this->fetchData();
|
||||
|
||||
return response()->json([
|
||||
'data' => $data,
|
||||
|
Reference in New Issue
Block a user