here \Actuallymab\LaravelComment\CanComment we have return comment(): Comment.
I use my own Comment class. I think, it should return something like Commentable contract or just remove ": Comment". Currently it is need to override trait's comment() method. Or maybe i do things wrong?