remove avatar from user management

This commit is contained in:
2025-07-21 09:05:51 +03:30
parent 68a5df0d2c
commit e0ff2fa9ca
6 changed files with 7 additions and 10 deletions

View File

@@ -26,6 +26,7 @@ class UserResource extends JsonResource
'province_id' => $this->province_id,
'province_name' => $this->province_name,
'role' => $this->roles->pluck('id', 'name_fa'),
'permissions' => $this->getPermissionNames(),
'telephone_id' => $this->telephone_id
];
}