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.
1 parent e564d94 commit 8854787Copy full SHA for 8854787
src/Models/Activity.php
@@ -41,7 +41,7 @@ public function subject(): MorphTo
41
42
public function causer(): MorphTo
43
{
44
- return $this->morphTo('causer', 'causerType', 'causerID', 'causerID');
+ return $this->morphTo('causer', 'causerType', 'causerID', 'id');
45
}
46
47
public function getExtraProperty(string $propertyName)
0 commit comments