service 4

This commit is contained in:
Hamza-Ayed
2026-05-02 14:57:04 +03:00
parent 3f6f9a0c64
commit 3bf2b0496f

View File

@@ -23,9 +23,10 @@ $driverFieldsAllowed = [
// Fields that must be encrypted
$encryptedDriverFields = [
"phone", "email", "password", "national_number","gender", "name_arabic", "first_name",
"last_name", "birthdate", "site", "maritalStatus", "employmentType"
"last_name", "birthdate", "site", "maritalStatus", "employmentType", "accountBank", "bankCode"
];
$driverSet = [];
$driverParams = [":id" => $driverID];