Skip to content

Commit f2f55a2

Browse files
authored
add Expression type to QueryBuilder orHaving() (#55202)
1 parent 450f880 commit f2f55a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Query/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2451,7 +2451,7 @@ public function having($column, $operator = null, $value = null, $boolean = 'and
24512451
*
24522452
* @param \Illuminate\Contracts\Database\Query\Expression|\Closure|string $column
24532453
* @param \DateTimeInterface|string|int|float|null $operator
2454-
* @param \DateTimeInterface|string|int|float|null $value
2454+
* @param \Illuminate\Contracts\Database\Query\Expression|\DateTimeInterface|string|int|float|null $value
24552455
* @return $this
24562456
*/
24572457
public function orHaving($column, $operator = null, $value = null)

0 commit comments

Comments
 (0)