Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpar06 authored and StyleCIBot committed Jun 13, 2024
1 parent f8a93f1 commit fba7374
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 @@ -69,7 +69,7 @@ public function render($request, Throwable $exception)
*/
private function handleApiError($request, Throwable $exception)
{
Log::error('API Error: ' .$exception->getMessage(), $exception->getTrace());
Log::error('API Error: '.$exception->getMessage(), $exception->getTrace());

if ($exception instanceof AbstractHttpException) {
return $exception->getResponse();
Expand Down

0 comments on commit fba7374

Please sign in to comment.