diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c12778..61e1617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ CHANGE LOG ========== +## 5.0.5 (UPCOMING) + +* Fixed `FirewallRuleOutbound` hydration + + ## 5.0.4 (30/04/2025) * Fixed a bunch of entity hydration bugs diff --git a/src/Entity/FirewallRuleOutbound.php b/src/Entity/FirewallRuleOutbound.php index c8d476a..45ddaab 100644 --- a/src/Entity/FirewallRuleOutbound.php +++ b/src/Entity/FirewallRuleOutbound.php @@ -33,8 +33,6 @@ public function build(array $parameters): void $this->$property = $value; } } - - parent::build($parameters); } public function toArray(): array