Skip to content

Commit f4062dd

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 189d2e3 + eee6129 commit f4062dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Selection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function select(string $select) : static
4040
/**
4141
* Function to pass where query.
4242
*/
43-
public function where(string $col, string|int|float|array|\BackedEnum ...$val) : static
43+
public function where(string $col, string|int|float|array|\BackedEnum|\DateTime ...$val) : static
4444
{
4545
$this->selection->where($col, ...$val);
4646

0 commit comments

Comments
 (0)