You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -256,7 +256,7 @@ The `ticket` model has also a list of scopes to begin filter with.
256
256
| Method | Arguments | Description | Example |
257
257
|---|---|---|---|
258
258
|`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()`|
260
260
261
261
## Handling File Upload
262
262
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