File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ protected function sendJson(Throwable $exception) : void
251251 echo \json_encode ([
252252 'status ' => [
253253 'code ' => 500 ,
254- 'reason ' => ' Internal Server Error ' ,
254+ 'reason ' => $ this -> getLanguage ()-> render ( ' debug ' , ' internalServerError ' ) ,
255255 ],
256256 'data ' => $ data ,
257257 ], $ this ->getJsonFlags ());
Original file line number Diff line number Diff line change 1515 'trace ' => 'Trace ' ,
1616 'exceptionTitle ' => 'Error 500 - Internal Server Error ' ,
1717 'exceptionDescription ' => 'Something went wrong. Please, back later. ' ,
18+ 'internalServerError ' => 'Internal Server Error ' ,
1819 'search ' => 'Search ' ,
1920 'log ' => 'Log ' ,
2021 'date ' => 'Date ' ,
Original file line number Diff line number Diff line change 1515 'trace ' => 'Rastro ' ,
1616 'exceptionTitle ' => 'Error 500 - Error Interno del Servidor ' ,
1717 'exceptionDescription ' => 'Algo salió mal. Por favor vuelve más tarde. ' ,
18+ 'internalServerError ' => 'Error Interno del Servidor ' ,
1819 'search ' => 'Buscar ' ,
1920 'log ' => 'Registro ' ,
2021 'date ' => 'Fecha ' ,
Original file line number Diff line number Diff line change 1515 'trace ' => 'Rastro ' ,
1616 'exceptionTitle ' => 'Erro 500 - Erro Interno no Servidor ' ,
1717 'exceptionDescription ' => 'Algo deu errado. Por favor, volte mais tarde. ' ,
18+ 'internalServerError ' => 'Erro Interno no Servidor ' ,
1819 'search ' => 'Pesquisar ' ,
1920 'log ' => 'Log ' ,
2021 'date ' => 'Data ' ,
You can’t perform that action at this time.
0 commit comments