lcyoong
Results
1
issues of
lcyoong
### What happened? Tried two scenarios for Response Scenario 1 `return response()->json($data, $status);` returns the structure $data (expected behaviour) Scenario 2 `return response()->json($data, $status);` simply returns a string Is there...
bug