Skip to content

Commit 2460e7c

Browse files
committed
Plonker Remediation: Removed dd line left in from debugging
1 parent 779f09b commit 2460e7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/Api/ListingResponseBuilder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ public function toResponse(): JsonResponse
6161
}
6262
});
6363

64-
dd($data->first());
65-
6664
return response()->json([
6765
'data' => $data,
6866
'total' => $total,

0 commit comments

Comments
 (0)