Skip to content

Commit 3108d1a

Browse files
authored
Merge pull request #1 from akiyamaSM/patch-1
Fix typo
2 parents f71f452 + 1f47054 commit 3108d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)