We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3e4f1 commit 1f47054Copy full SHA for 1f47054
src/Concerns/HasVisibility.php
@@ -8,7 +8,7 @@
8
trait HasVisibility
9
{
10
/**
11
- * Determine wheather if the model is visible
+ * Determine whether if the model is visible
12
*
13
* @return \Illuminate\Database\Eloquent\Builder
14
*/
@@ -18,7 +18,7 @@ public function scopeVisible(Builder $builder)
18
}
19
20
21
- * Determine wheather if the model is hidden
+ * Determine whether if the model is hidden
22
23
24
0 commit comments