diff --git a/app/Services/Admin/PersonService.php b/app/Services/Admin/PersonService.php index ec6923e..0b5f691 100644 --- a/app/Services/Admin/PersonService.php +++ b/app/Services/Admin/PersonService.php @@ -464,10 +464,13 @@ class PersonService extends BaseService } Person::where('id', $person->id)->update([ - 'domicile_code' => '99999999', 'is_master' => 0, 'master_id' => null, 'master_connect' => null, + 'housing_estate_id' => null, + 'building_id' => null, + 'house_number' => null, + 'house_complete_address' => null, 'state' => 2, ]);