Skip to content

Commit 445e6d6

Browse files
committed
fix: satisfy linter
Signed-off-by: memleakd <121398829+memleakd@users.noreply.github.com>
1 parent e2e6106 commit 445e6d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/database/query_builder

user_guide_src/source/database/query_builder/131.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
$builder->whereDay('created_at', 31);
77

88
// You can include a comparison operator at the end of the field name.
9-
$builder->whereDate('created_at >=', '2026-01-01');
9+
$builder->whereDate('created_at >=', '2026-01-01');

0 commit comments

Comments
 (0)