Skip to content

Commit afa3c95

Browse files
committed
fix badge issues
1 parent 9aca446 commit afa3c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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::hidden()->get()` |
259+
| `hidden` |`void` | get the hidden model records | `Category::visible()->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)