Update: 2026-06-25 19:04:05

This commit is contained in:
Hamza-Ayed
2026-06-25 19:04:05 +03:00
parent b57fd1cecb
commit 63eea81039

View File

@@ -98,5 +98,5 @@ try {
} catch (Exception $e) {
error_log("[Staff Add Error] " . $e->getMessage());
jsonError("An internal error occurred. Please try again later.");
jsonError($e->getMessage());
}