From 72cd9a62e174a7900c427922c2586b32be377219 Mon Sep 17 00:00:00 2001 From: ismail BASKIN Date: Sat, 30 Apr 2016 05:08:28 +0300 Subject: [PATCH] Remove unused request property --- src/Grant/AbstractGrant.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Grant/AbstractGrant.php b/src/Grant/AbstractGrant.php index cdbd04ff..ca66d26b 100644 --- a/src/Grant/AbstractGrant.php +++ b/src/Grant/AbstractGrant.php @@ -35,11 +35,6 @@ abstract class AbstractGrant implements GrantTypeInterface const SCOPE_DELIMITER_STRING = ' '; - /** - * @var ServerRequestInterface - */ - protected $request; - /** * @var ClientRepositoryInterface */