mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-26 06:59:49 +05:30
Updated header key
This commit is contained in:
parent
6f71a2d178
commit
fdb1d70874
@ -26,6 +26,6 @@ class RedirectResponse extends AbstractResponseType
|
|||||||
*/
|
*/
|
||||||
public function generateHttpResponse(ResponseInterface $response)
|
public function generateHttpResponse(ResponseInterface $response)
|
||||||
{
|
{
|
||||||
return $response->withStatus(302)->withHeader('location', $this->redirectUri);
|
return $response->withStatus(302)->withHeader('Location', $this->redirectUri);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user