renoki-co/rating

Timestamp is not updated.

semsphy opened this issue · 0 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,