Remove setDefaultScope function from the grant interface

This commit is contained in:
Andrew Millington 2017-11-06 21:22:09 +00:00
parent 9cd86a9154
commit 82b81c7f6f

View File

@ -119,13 +119,6 @@ interface GrantTypeInterface extends EmitterAwareInterface
*/
public function setScopeRepository(ScopeRepositoryInterface $scopeRepository);
/**
* Set the default scope.
*
* @param string $scope
*/
public function setDefaultScope($scope);
/**
* Set the path to the private key.
*