Skip to content

Commit 3c246e0

Browse files
committed
Merge branch 'main' of github.com:coderflexx/laravel-ticket into main
2 parents bec3d0f + 7120a6a commit 3c246e0

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.github/FUNDING.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# These are supported funding model platforms
2+
3+
ko_fi: ousid
4+
custom: ['https://www.buymeacoffee.com/ousid']

SECURITY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
These are the list of versions supported in this package.
5+
6+
| Version | Supported |
7+
| ------- | ------------------ |
8+
| 1.x.x | :white_check_mark: |
9+
10+
## Reporting a Vulnerability
11+
12+
If you found any Vulnerability, or a risk issue, could harm/effect the users of this package, you can email us at [email protected].

src/Concerns/HasVisibility.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
trait HasVisibility
99
{
1010
/**
11-
* Determine wheather if the model is visible
11+
* Determine whether if the model is visible
1212
*
1313
* @return \Illuminate\Database\Eloquent\Builder
1414
*/
@@ -18,7 +18,7 @@ public function scopeVisible(Builder $builder)
1818
}
1919

2020
/**
21-
* Determine wheather if the model is hidden
21+
* Determine whether if the model is hidden
2222
*
2323
* @return \Illuminate\Database\Eloquent\Builder
2424
*/

0 commit comments

Comments
 (0)