We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 189d2e3 + eee6129 commit f4062ddCopy full SHA for f4062dd
src/Selection.php
@@ -40,7 +40,7 @@ public function select(string $select) : static
40
/**
41
* Function to pass where query.
42
*/
43
- public function where(string $col, string|int|float|array|\BackedEnum ...$val) : static
+ public function where(string $col, string|int|float|array|\BackedEnum|\DateTime ...$val) : static
44
{
45
$this->selection->where($col, ...$val);
46
0 commit comments