You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I start to use this and it's amazing how easy to setup .
one thing I noticed is when Get reputation history with auth()->user()->reputations
I can access the payee details , but not the subject .
the $reputation->subject always return null .
I think the relation is missing or I am missing some thing ?
public function subject() { return $this->belongsTo($this->subject_type, 'subject_id'); }
The text was updated successfully, but these errors were encountered:
hi again :)
I start to use this and it's amazing how easy to setup .
one thing I noticed is when Get reputation history with
auth()->user()->reputations
I can access the
payee
details , but not thesubject
.the
$reputation->subject
always return null .I think the relation is missing or I am missing some thing ?
public function subject() { return $this->belongsTo($this->subject_type, 'subject_id'); }
The text was updated successfully, but these errors were encountered: