mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-27 23:40:22 +05:30
Reverted the abstract authorise grant to its previous state
This commit is contained in:
parent
65789e0f39
commit
eb645063c7
@ -11,15 +11,8 @@
|
||||
|
||||
namespace League\OAuth2\Server\Grant;
|
||||
|
||||
use League\OAuth2\Server\Exception\OAuthServerException;
|
||||
|
||||
abstract class AbstractAuthorizeGrant extends AbstractGrant
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $defaultScope = '';
|
||||
|
||||
/**
|
||||
* @param string $uri
|
||||
* @param array $params
|
||||
|
Loading…
Reference in New Issue
Block a user