laravelista / comments

Native comments for your Laravel application.
MIT License
744 stars 142 forks source link

Call count on Null #173

Closed aafaq146 closed 2 years ago

aafaq146 commented 2 years ago

image I'm getting this error even I tried to remove it from the code didn't detect changes? where I have to change

mabasic commented 2 years ago

You have not configured correctly your model. $model->comments should always return a collection. It seems that you are missing a trait on your model Commentable.

aafaq146 commented 2 years ago

let me check

aafaq146 commented 2 years ago

ohk fixed