Reverted the abstract authorise grant to its previous state

This commit is contained in:
Sephster 2017-11-13 22:25:31 +00:00
parent 65789e0f39
commit eb645063c7

View File

@ -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