|
87 | 87 | * @method $this orWhereDay(string $key, $value, ?bool $escape = null) |
88 | 88 | * @method $this orWhereExists($subquery) |
89 | 89 | * @method $this orWhereIn(?string $key = null, $values = null, ?bool $escape = null) |
| 90 | + * @method $this orWhereMonth(string $key, $value, ?bool $escape = null) |
90 | 91 | * @method $this orWhereNotBetween(?string $key = null, array<array-key, mixed>|null $values = null, ?bool $escape = null) |
91 | 92 | * @method $this orWhereNotExists($subquery) |
92 | 93 | * @method $this orWhereNotIn(?string $key = null, $values = null, ?bool $escape = null) |
|
106 | 107 | * @method $this whereDay(string $key, $value, ?bool $escape = null) |
107 | 108 | * @method $this whereExists($subquery) |
108 | 109 | * @method $this whereIn(?string $key = null, $values = null, ?bool $escape = null) |
109 | | - * @method $this whereNotBetween(?string $key = null, $values = null, ?bool $escape = null) |
| 110 | + * @method $this whereMonth(string $key, $value, ?bool $escape = null) |
| 111 | + * @method $this whereNotBetween(?string $key = null, array<array-key, mixed>|null $values = null, ?bool $escape = null) |
110 | 112 | * @method $this whereNotExists($subquery) |
111 | 113 | * @method $this whereNotIn(?string $key = null, $values = null, ?bool $escape = null) |
112 | 114 | * @method $this whereYear(string $key, $value, ?bool $escape = null) |
|
0 commit comments