Sendy Hartanto

Results 1 issues of Sendy Hartanto

So, i use array to send response like this : `$response = [ 'status' => 200, 'message' => 'Success', 'description' => '', 'data' => $user->toArray() ];` when i use `return...