Skip to content

Commit

Permalink
Make warning sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Apr 9, 2023
1 parent 38a6771 commit 2ed11e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ $model->slugNotIn(['any-string', 'any-string']); // will return $query->whereNot

### ParentChild

This trait allows you to get all children of the model. It's only supports self-referencing models.
This trait allows you to get all children of the model.

> warning: It's only supports self-referencing models.
```php

Expand Down

0 comments on commit 2ed11e0

Please sign in to comment.