diff --git a/app/api/ReportController.php b/app/api/ReportController.php index 0c7a3d4..dd956d0 100644 --- a/app/api/ReportController.php +++ b/app/api/ReportController.php @@ -58,7 +58,7 @@ class ReportController ['Content-Type' => 'application/json'], json_encode(['success' => true, 'data' => $result], JSON_UNESCAPED_UNICODE) ); - } catch (\PDOException $e) { + } catch (PDOException $e) { return new Response( 500, ['Content-Type' => 'application/json'],