laravel-comment icon indicating copy to clipboard operation
laravel-comment copied to clipboard

commentable_id is always NULL

Open clickervinod opened this issue 4 years ago • 1 comments

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);

Screenshot_26

clickervinod avatar Jul 09 '20 10:07 clickervinod

Hi !

Did you found a solution for this issue ? I have exactly the same one..

TanguyPi avatar Oct 26 '20 17:10 TanguyPi