We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FirewallRuleOutbound
1 parent 765d8c4 commit 7dd9796Copy full SHA for 7dd9796
CHANGELOG.md
@@ -2,6 +2,11 @@ CHANGE LOG
2
==========
3
4
5
+## 5.0.5 (UPCOMING)
6
+
7
+* Fixed `FirewallRuleOutbound` hydration
8
9
10
## 5.0.4 (30/04/2025)
11
12
* Fixed a bunch of entity hydration bugs
src/Entity/FirewallRuleOutbound.php
@@ -33,8 +33,6 @@ public function build(array $parameters): void
33
$this->$property = $value;
34
}
35
36
-
37
- parent::build($parameters);
38
39
40
public function toArray(): array
0 commit comments