File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,8 @@ public static function bootHasActiveScope(): void
27
27
}
28
28
}
29
29
30
-
31
30
/**
32
31
* Scope a query to only include active models.
33
- *
34
- * @param Builder $query
35
- * @return Builder
36
32
*/
37
33
public static function scopeWithActive (Builder $ query ): Builder
38
34
{
@@ -44,9 +40,6 @@ public static function scopeWithActive(Builder $query): Builder
44
40
45
41
/**
46
42
* Scope a query to only include active models.
47
- *
48
- * @param Builder $query
49
- * @return Builder
50
43
*/
51
44
public function scopeWithoutActive (Builder $ query ): Builder
52
45
{
@@ -55,7 +48,6 @@ public function scopeWithoutActive(Builder $query): Builder
55
48
56
49
/**
57
50
* Initialize the trait by adding the status column to the fillable array.
58
- * @return void
59
51
*/
60
52
public function initializeHasActiveScope (): void
61
53
{
You can’t perform that action at this time.
0 commit comments