Skip to content

Commit

Permalink
Unit observer blueprint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnakamura committed Sep 27, 2023
1 parent 850ce75 commit 1cc92d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Observers/RealEstateDevelopment/UnitObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function created($unit)
$unit->loadMissing(
'realEstateDevelopment',
'typology',
'real_estate_developments_blueprints',
'blueprint',
'mirror_group',
'mirror_subgroup'
);
Expand Down Expand Up @@ -60,7 +60,7 @@ public function updated($unit)
$unit->loadMissing(
'realEstateDevelopment',
'typology',
'real_estate_developments_blueprints',
'blueprint',
'mirror_group',
'mirror_subgroup'
);
Expand Down

0 comments on commit 1cc92d1

Please sign in to comment.