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 fe3ac55 commit 13c2934Copy full SHA for 13c2934
src/Traits/CanBeReported.php
@@ -35,7 +35,7 @@ public function reporters()
35
'subject',
36
config('acquaintances.tables.interactions')
37
)
38
- ->wherePivot('relation', '=', Interaction::RELATION_FAVORITE)
+ ->wherePivot('relation', '=', Interaction::RELATION_REPORT)
39
->withPivot(...Interaction::$pivotColumns)
40
->using(Interaction::getInteractionRelationModelName())
41
->withTimestamps();
0 commit comments