Post Reputation
alainbelez opened this issue · 0 comments
alainbelez commented
possible to get reputation from $post? something like this. $post->reputations
public function reputations()
{
return $this->hasMany('QCod\Gamify\Reputation');
}
alainbelez opened this issue · 0 comments
possible to get reputation from $post? something like this. $post->reputations
public function reputations()
{
return $this->hasMany('QCod\Gamify\Reputation');
}