8000 Update laravel/documentation/database/fluent.md · laravel/laravel@be7544b · GitHub
[go: up one dir, main page]

Skip to content

Commit be7544b

Browse files
committed
Update laravel/documentation/database/fluent.md
Missing comma
1 parent 1203473 commit be7544b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/documentation/database/fluent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ You may discover the need to group portions of a WHERE clause within parentheses
124124
->or_where(function($query)
125125
{
126126
$query->where('age', '>', 25);
127-
$query->where('votes' '>', 100);
127+
$query->where('votes', '>', 100);
128128
})
129129
->get();
130130

0 commit comments

Comments
 (0)
0