Skip to content

Commit 1f47054

Browse files
authored
Update HasVisibility.php
1 parent 9e3e4f1 commit 1f47054

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)