Skip to content

Commit

Permalink
Reverting mistype
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonferens authored Mar 20, 2020
1 parent f8a6180 commit 09c7421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ And lastly, any model that you want to have comments needs the `Commentable` tra
```php
use KirschbaumDevelopment\NovaComments\Commentable;

class Post extends ModelNo
class Post extends Model
{
use Commentable;

Expand Down

0 comments on commit 09c7421

Please sign in to comment.