Update: 2026-08-07 14:20:27

This commit is contained in:
Hamza-Ayed
2026-08-07 14:20:27 +03:00
parent 9e186f9ff3
commit b2a95c53aa
13 changed files with 343 additions and 58 deletions
+3
View File
@@ -678,4 +678,7 @@ class AppLink {
if (clean.startsWith('01') || clean.startsWith('1')) return 'Egypt';
return '';
}
// ================= Scheduled Rides =================
static String get scheduledList => "$server/ride/scheduled/list.php";
}