Skip to content

Commit 8a1f5f9

Browse files
Fix hydration of the FirewallRuleOutbound entity
1 parent 765d8c4 commit 8a1f5f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Entity/FirewallRuleOutbound.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ public function build(array $parameters): void
3333
$this->$property = $value;
3434
}
3535
}
36-
37-
parent::build($parameters);
3836
}
3937

4038
public function toArray(): array

0 commit comments

Comments
 (0)