chore(user): change validation attributes

This commit is contained in:
Yoga Pangestu 2025-11-12 10:31:21 +07:00
parent d203df9cd8
commit 61fae6a4f4

View File

@ -74,7 +74,7 @@ public function validationAttributes(): array
'address' => 'alamat',
'gender' => 'jenis kelamin',
'outlet_ids' => 'outlet',
'role_ids' => 'role',
'role_ids' => 'peran',
];
}