From eb645063c7c4ef43d3bfd1df514a8b6bdd7b5e35 Mon Sep 17 00:00:00 2001 From: Sephster Date: Mon, 13 Nov 2017 22:25:31 +0000 Subject: [PATCH] Reverted the abstract authorise grant to its previous state --- src/Grant/AbstractAuthorizeGrant.php | 7 ------- 1 file changed, 7 deletions(-) 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