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.
Expression
$value
QueryBuilder
having()
1 parent 87e43e6 commit 543867dCopy full SHA for 543867d
src/Illuminate/Database/Query/Builder.php
@@ -2399,7 +2399,7 @@ public function groupByRaw($sql, array $bindings = [])
2399
*
2400
* @param \Illuminate\Contracts\Database\Query\Expression|\Closure|string $column
2401
* @param \DateTimeInterface|string|int|float|null $operator
2402
- * @param \DateTimeInterface|string|int|float|null $value
+ * @param \Illuminate\Contracts\Database\Query\Expression|\DateTimeInterface|string|int|float|null $value
2403
* @param string $boolean
2404
* @return $this
2405
*/
0 commit comments