Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu11-A committed Mar 3, 2024
1 parent 03a4bc1 commit 0c80271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ protected function convertExceptionToArray(\Throwable $e, array $override = []):
// Show a nicer error message compared to the standard "No query results for model"
// response that is normally returned. If we are in debug mode this will get overwritten
// with a more specific error message to help narrow down things.
$error['detail'] = 'The requested resource could not be found on the server.';
$error['detail'] = 'O recurso solicitado não pôde ser encontrado no servidor.';
}

if (config('app.debug')) {
Expand Down

0 comments on commit 0c80271

Please sign in to comment.