Skip to content

Commit 59bec32

Browse files
committed
remove double base-constructor call
1 parent 55f0783 commit 59bec32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/src/Entity/ContentNode/MaterialNode.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ class MaterialNode extends ContentNode {
5858
public function __construct() {
5959
parent::__construct();
6060
$this->materialItems = new ArrayCollection();
61-
62-
parent::__construct();
6361
}
6462

6563
/**

0 commit comments

Comments
 (0)