qcod/laravel-gamify

Post 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');
}