Merge remote-tracking branch 'origin/master' into mhmfajar

This commit is contained in:
Muhammad Fajar
2022-11-03 09:56:48 +07:00
1193 changed files with 45 additions and 5 deletions

2
app/Helpers/Helper.php Normal file → Executable file
View File

@@ -156,6 +156,6 @@ class Helper
'statusCode' => $statusCode,
'message' => $message,
'data' => $data,
]);
], $statusCode);
}
}