mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 09:47:46 +05:30
Remove unused request property
This commit is contained in:
parent
acf262f879
commit
72cd9a62e1
@ -35,11 +35,6 @@ abstract class AbstractGrant implements GrantTypeInterface
|
|||||||
|
|
||||||
const SCOPE_DELIMITER_STRING = ' ';
|
const SCOPE_DELIMITER_STRING = ' ';
|
||||||
|
|
||||||
/**
|
|
||||||
* @var ServerRequestInterface
|
|
||||||
*/
|
|
||||||
protected $request;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var ClientRepositoryInterface
|
* @var ClientRepositoryInterface
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user