Remove unused request property

This commit is contained in:
ismail BASKIN 2016-04-30 05:08:28 +03:00
parent acf262f879
commit 72cd9a62e1

View File

@ -35,11 +35,6 @@ abstract class AbstractGrant implements GrantTypeInterface
const SCOPE_DELIMITER_STRING = ' ';
/**
* @var ServerRequestInterface
*/
protected $request;
/**
* @var ClientRepositoryInterface
*/