8000 Merge pull request #1123 from daris/patch-1 · allforweb/laravel@c17c872 · GitHub
[go: up one dir, main page]

Skip to content

Commit c17c872

Browse files
committed
Merge pull request laravel#1123 from daris/patch-1
Update laravel/documentation/database/fluent.md
2 parents e804684 + be7544b commit c17c872

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