Fix: Decrypt profile fields, wallet fingerprint alias, and enable profile POST update

This commit is contained in:
Hamza-Ayed
2026-04-24 00:42:56 +03:00
parent 69993ff775
commit 93b57d2ece
4 changed files with 16 additions and 10 deletions

View File

@@ -39,6 +39,7 @@ class Passenger extends Model
public const ENCRYPTED_FIELDS = [
'first_name', 'last_name', 'phone', 'gender', 'email', 'birthdate',
'site', 'sosPhone', 'education', 'employmentType', 'maritalStatus',
];
public function token()