Skip to content

Commit 32c92e3

Browse files
authored
Merge pull request #13 from coderflexx/readme-badges
GitHub Actions Badges
2 parents 6c5080f + afa3c95 commit 32c92e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
</p>
55

66
[![Latest Version on Packagist](https://img.shields.io/packagist/v/coderflex/laravel-ticket.svg?style=flat-square)](https://packagist.org/packages/coderflex/laravel-ticket)
7-
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/coderflexx/laravel-ticket/run-tests?label=tests)](https://github.com/coderflexx/laravel-ticket/actions?query=workflow%3Arun-tests+branch%3Amain)
8-
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/coderflexx/laravel-ticket/Fix%20PHP%20code%20style%20issues?label=code%20style)](https://github.com/coderflexx/laravel-ticket/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
7+
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/coderflexx/laravel-ticket/run-tests.yml?branch=main&label=test)](https://github.com/coderflexx/laravel-ticket/actions?query=workflow%3Arun-tests+branch%3Amain)
8+
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/coderflexx/laravel-ticket/phpstan.yml?branch=main&label=code%20style)](https://github.com/coderflexx/laravel-ticket/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
99
[![Total Downloads](https://img.shields.io/packagist/dt/coderflex/laravel-ticket.svg?style=flat-square)](https://packagist.org/packages/coderflex/laravel-ticket)
1010

1111
- [Introduction](#introduction)
@@ -21,7 +21,7 @@
2121
- [Ticket API Methods](#ticket-api-methods)
2222
- [Ticket Relationship API Methods](#ticket-relationship-api-methods)
2323
- [Ticket Scopes](#ticket-scopes)
24-
- [Category & Label Scopes](#category--label-scopes)
24+
- [Category \& Label Scopes](#category--label-scopes)
2525
- [Handling File Upload](#handling-file-upload)
2626
- [Testing](#testing)
2727
- [Changelog](#changelog)
@@ -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)