diff --git a/app/bootstrap/response.php b/app/bootstrap/response.php index 0e270ee..eb54295 100644 --- a/app/bootstrap/response.php +++ b/app/bootstrap/response.php @@ -1,18 +1,43 @@ $success, - 'data' => $data, - 'message' => $message, + 'success' => $success, + 'data' => $data, + 'message' => $message, 'timestamp' => date('c') ], JSON_UNESCAPED_UNICODE); + exit; }