renoki-co / rating

Laravel Eloquent Rating allows you to assign ratings to any model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timestamp is not updated.

semsphy opened this issue · comments

Hello,

How to reproduce

$page = Page::find(1);
$user->rate($page, 10);

\Rennokki\Rating\Models\RaterModel::first(); //created_at: null and updated_at: null,

Thanks,