Update: 2026-06-27 04:58:21

This commit is contained in:
Hamza-Ayed
2026-06-27 04:58:21 +03:00
parent 8be2af314e
commit f069f2b24f
4 changed files with 7 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ $decoded = $jwtService->authenticate();
$user_id = $decoded->user_id ?? null;
$role = $decoded->role ?? 'passenger';
// 3. Database Connection
try {
$con = Database::get('main');