Skip to content

Commit 6c5080f

Browse files
authored
Merge pull request #12 from juliangarcess/main
Fix typo in readme
2 parents 7907416 + 0fa93c0 commit 6c5080f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ The `ticket` model has also a list of scopes to begin filter with.
256256
| Method | Arguments | Description | Example |
257257
|---|---|---|---|
258258
| `visible` |`void` | get the visible model records | `Label::visible()->get()` |
259-
| `hidden` |`void` | get the hidden model records | `Category::visible()->get()` |
259+
| `hidden` |`void` | get the hidden model records | `Category::hidden()->get()` |
260260

261261
## Handling File Upload
262262
This package doesn't come with file upload feature (yet) Instead you can use [laravel-medialibrary](https://github.com/spatie/laravel-medialibrary) by __Spatie__,

0 commit comments

Comments
 (0)