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.
1 parent e2e6106 commit 445e6d6Copy full SHA for 445e6d6
1 file changed
user_guide_src/source/database/query_builder/131.php
@@ -6,4 +6,4 @@
6
$builder->whereDay('created_at', 31);
7
8
// You can include a comparison operator at the end of the field name.
9
-$builder->whereDate('created_at >=', '2026-01-01');
+$builder->whereDate('created_at >=', '2026-01-01');
0 commit comments