Skip to content

Commit 2e2875d

Browse files
authored
Update requests.md
1 parent 92be863 commit 2e2875d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ When given an array, the `has` method will determine if all of the specified val
227227

228228
The `hasAny` method returns `true` if any of the specified values are present:
229229

230-
if($request->hasAny(['name', 'email'])) {
230+
if ($request->hasAny(['name', 'email'])) {
231231
//
232232
}
233233

0 commit comments

Comments
 (0)