mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-02 19:51:03 +05:30
parent
8fe3ed7eb5
commit
dba976d6ac
@ -119,7 +119,7 @@ class Request implements RequestInterface
|
|||||||
{
|
{
|
||||||
$normalized = array();
|
$normalized = array();
|
||||||
foreach ($headers as $key => $value) {
|
foreach ($headers as $key => $value) {
|
||||||
$normalized[$this->normalizeKey($key)] = $value;
|
$normalized[ucfirst($this->normalizeKey($key))] = $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $normalized;
|
return $normalized;
|
||||||
|
Loading…
Reference in New Issue
Block a user