From 8c05eb4e32cc486d1d733924c21b4c62bc0ccaa4 Mon Sep 17 00:00:00 2001 From: Egoist Date: Sun, 9 Apr 2023 19:41:57 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2599ef9..04c0b72 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,8 @@ $model->slugNotIn(['any-string', 'any-string']); // will return $query->whereNot This trait allows you to get all children of the model. -> warning: It's only supports self-referencing models. +> **Warning** +> It's only supports self-referencing models. ```php