feat: implement barangay and household management with associated tests
This commit is contained in:
@@ -116,7 +116,7 @@ class SuperAdminUserController extends ApiController
|
||||
'tenant_id' => $data['tenant_id'] ?? null,
|
||||
];
|
||||
|
||||
if (!empty($data['password'])) {
|
||||
if (! empty($data['password'])) {
|
||||
$updateData['password'] = Hash::make($data['password']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user