Skip to content

Commit

Permalink
hub_company_real_estate_agency fix on sales
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnakamura committed Oct 5, 2022
1 parent 4fd9a4c commit cd0d5ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Observers/SaleObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function created($sale)
'buying_options',
'periodicities',
'facts',
'real_estate_agency',
'hub_company_real_estate_agency',
'justified_user',
'accessories'
);
Expand Down Expand Up @@ -96,7 +96,7 @@ public function updated($sale)
'buying_options',
'periodicities',
'facts',
'real_estate_agency',
'hub_company_real_estate_agency',
'justified_user',
'accessories'
);
Expand Down

0 comments on commit cd0d5ca

Please sign in to comment.