Merge branch 'develop' into staging

This commit is contained in:
Taylor Otwell
2012-05-22 08:29:22 -05:00

View File

@@ -81,7 +81,7 @@ class Request {
*/
public static function server($key = null, $default = null)
{
return array_get(static::foundation()->server->all(), $key, $default);
return array_get(static::foundation()->server->all(), strtoupper($key), $default);
}
/**