|
@@ -22,7 +22,7 @@ return [
|
|
| 500, All failed responses return a 500 status code
|
|
| 500, All failed responses return a 500 status code
|
|
*/
|
|
*/
|
|
|
|
|
|
- 'error_code' => false,
|
|
|
|
|
|
+ 'error_code' => \App\Repositories\Enums\ResponseCodeEnum::SERVICE_OPTION_ERROR,
|
|
|
|
|
|
// You can use enumerations to define the code when the response is returned,
|
|
// You can use enumerations to define the code when the response is returned,
|
|
// and set the response message according to the locale
|
|
// and set the response message according to the locale
|