beyondcode/laravel-comments

Readme example has an incomplete path in the use expression.

Closed this issue · 0 comments

Readme.md:
use BeyondCode\Comments\HasComments;

Should be:
use BeyondCode\Comments\Traits\HasComments;