laravel-comment
laravel-comment copied to clipboard
commentable_id is always NULL
hi,
I am able to store comment and rating into the table but commentable_id is always null ,
this is my code
$user->comment($subscriptionbox, $request->comment ?? null, $request->rating ?? 0);
Hi !
Did you found a solution for this issue ? I have exactly the same one..