diff --git a/src/Grant/AbstractAuthorizeGrant.php b/src/Grant/AbstractAuthorizeGrant.php index 0ef8a8b0..7f05100c 100644 --- a/src/Grant/AbstractAuthorizeGrant.php +++ b/src/Grant/AbstractAuthorizeGrant.php @@ -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