From 0fa93c09f83f601728c7838d18b678f9eeae46dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Garc=C3=A9s=20Rodr=C3=ADguez?= <41131304+juliangarcess@users.noreply.github.com> Date: Tue, 13 Dec 2022 23:33:07 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 746c3fa..2195409 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ The `ticket` model has also a list of scopes to begin filter with. | Method | Arguments | Description | Example | |---|---|---|---| | `visible` |`void` | get the visible model records | `Label::visible()->get()` | -| `hidden` |`void` | get the hidden model records | `Category::visible()->get()` | +| `hidden` |`void` | get the hidden model records | `Category::hidden()->get()` | ## Handling File Upload This package doesn't come with file upload feature (yet) Instead you can use [laravel-medialibrary](https://github.com/spatie/laravel-medialibrary) by __Spatie__,