1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-06-11 13:48:13 +03:00

Plonker Remediation: Removed dd line left in from debugging

This commit is contained in:
Dan Brown
2024-02-01 12:57:26 +00:00
parent 779f09bff6
commit 2460e7c56e

View File

@ -61,8 +61,6 @@ class ListingResponseBuilder
} }
}); });
dd($data->first());
return response()->json([ return response()->json([
'data' => $data, 'data' => $data,
'total' => $total, 'total' => $total,