|
4 | 4 | </p>
|
5 | 5 |
|
6 | 6 | [](https://packagist.org/packages/coderflex/laravel-ticket)
|
7 |
| -[](https://github.com/coderflexx/laravel-ticket/actions?query=workflow%3Arun-tests+branch%3Amain) |
8 |
| -[](https://github.com/coderflexx/laravel-ticket/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain) |
| 7 | +[](https://github.com/coderflexx/laravel-ticket/actions?query=workflow%3Arun-tests+branch%3Amain) |
| 8 | +[](https://github.com/coderflexx/laravel-ticket/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain) |
9 | 9 | [](https://packagist.org/packages/coderflex/laravel-ticket)
|
10 | 10 |
|
11 | 11 | - [Introduction](#introduction)
|
|
21 | 21 | - [Ticket API Methods](#ticket-api-methods)
|
22 | 22 | - [Ticket Relationship API Methods](#ticket-relationship-api-methods)
|
23 | 23 | - [Ticket Scopes](#ticket-scopes)
|
24 |
| - - [Category & Label Scopes](#category--label-scopes) |
| 24 | + - [Category \& Label Scopes](#category--label-scopes) |
25 | 25 | - [Handling File Upload](#handling-file-upload)
|
26 | 26 | - [Testing](#testing)
|
27 | 27 | - [Changelog](#changelog)
|
@@ -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