From 2ed11e0fb4caf10325ae7c8e707b5c2ba4b74a40 Mon Sep 17 00:00:00 2001 From: Egoist Date: Sun, 9 Apr 2023 19:40:28 +0300 Subject: [PATCH] Make warning sentence --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9baa320..2599ef9 100644 --- a/README.md +++ b/README.md @@ -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