mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 09:47:46 +05:30
Made getDefaultResponseType public
This commit is contained in:
parent
6c787c374c
commit
19b12cda8e
@ -97,7 +97,7 @@ class Server implements EmitterAwareInterface
|
||||
*
|
||||
* @return ResponseTypeInterface
|
||||
*/
|
||||
protected function getDefaultResponseType()
|
||||
public function getDefaultResponseType()
|
||||
{
|
||||
if (!$this->defaultResponseType instanceof ResponseTypeInterface) {
|
||||
$this->defaultResponseType = new BearerTokenResponse(
|
||||
|
Loading…
Reference in New Issue
Block a user