Skip to content

Commit 9aca446

Browse files
committed
Merge branch 'main' of github.com:coderflexx/laravel-ticket into main
2 parents 8c7d86b + 6c5080f commit 9aca446

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)