Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 567670d

Browse files
author
ppamment
committed
Fix bad method call
1 parent dca643e commit 567670d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Entity/Lifetime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function addSeed(Seed $seed)
122122
{
123123
if (!$this->seeds->contains($seed)) {
124124
$seed->setLifetime($this);
125-
$this->seeds->addElement($seed);
125+
$this->seeds->add($seed);
126126
}
127127

128128
return $this;

0 commit comments

Comments
 (0)