Skip to content

Commit 2ea3539

Browse files
committed
Merge branch 'develop' into staging
2 parents 62aa4f4 + c80a2e4 commit 2ea3539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static function headers()
8181
*/
8282
public static function server($key = null, $default = null)
8383
{
84-
return array_get(static::foundation()->server->all(), $key, $default);
84+
return array_get(static::foundation()->server->all(), strtoupper($key), $default);
8585
}
8686

8787
/**

0 commit comments

Comments
 (0)