From 448426a176c32cca7bf9e4152919eda93bbb2b13 Mon Sep 17 00:00:00 2001 From: Italo Date: Sun, 3 Mar 2024 23:07:31 -0300 Subject: [PATCH] [3.x] Uses GFM blockquotes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e53e33..4ea9635 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,8 @@ class Cars implements Scope } } ``` - +> [!TIP] +> > If you need the model being queried, you can always use `getModel()` over the Eloquent Builder instance. ## Command Helpers