Skip to content

Commit

Permalink
Fixed the labels seting up for the models duplication.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanbaidan committed Nov 18, 2024
1 parent 91da565 commit 4b21262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Entity/ScaleImpactTypeSuperClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public static function constructFromObject(ScaleImpactTypeSuperClass $scaleImpac
{
return (new static())
->setType($scaleImpactType->getType())
->setLabels($scaleImpactType->getLabels())
->setIsSys($scaleImpactType->isSys())
->setIsHidden($scaleImpactType->isHidden());
}
Expand Down

0 comments on commit 4b21262

Please sign in to comment.