Skip to content

Commit 531b333

Browse files
Less or more operator: do not use whereDate if type is datetime (asseco-voice#52)
1 parent 58151c7 commit 531b333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SearchCallbacks/AbstractCallback.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ abstract class AbstractCallback
2020
protected CategorizedValues $categorizedValues;
2121

2222
protected const DATE_FIELDS = [
23-
'date', 'datetime',
23+
'date',
2424
];
2525

2626
/**

0 commit comments

Comments
 (0)