Skip to content

Commit 13c2934

Browse files
committed
fix bug #117
1 parent fe3ac55 commit 13c2934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/CanBeReported.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function reporters()
3535
'subject',
3636
config('acquaintances.tables.interactions')
3737
)
38-
->wherePivot('relation', '=', Interaction::RELATION_FAVORITE)
38+
->wherePivot('relation', '=', Interaction::RELATION_REPORT)
3939
->withPivot(...Interaction::$pivotColumns)
4040
->using(Interaction::getInteractionRelationModelName())
4141
->withTimestamps();

0 commit comments

Comments
 (0)