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.
2 parents 3a5b50f + 0560cac commit 53009abCopy full SHA for 53009ab
src/Events/Event.php
@@ -57,6 +57,6 @@ public function getRelationType()
57
58
public function getTargetsCollection()
59
{
60
- return \forward_static_call([$this->targets->classname, 'find'], (array) $this->targets);
+ return \forward_static_call([$this->targets->classname, 'find'], (array) $this->targets->ids);
61
}
62
0 commit comments