From 61d44461a3bd071512bcfc42d74e1f73e0aea7cf Mon Sep 17 00:00:00 2001 From: webimpress Date: Thu, 15 Mar 2018 11:53:50 +0000 Subject: [PATCH] Removed redundant imports --- src/OAuth2AdapterFactory.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/OAuth2AdapterFactory.php b/src/OAuth2AdapterFactory.php index 733cb4d..d35e52e 100644 --- a/src/OAuth2AdapterFactory.php +++ b/src/OAuth2AdapterFactory.php @@ -13,7 +13,6 @@ use League\OAuth2\Server\ResourceServer; use Psr\Container\ContainerInterface; use Psr\Http\Message\ResponseInterface; -use Zend\Expressive\Authentication\OAuth2\Exception; class OAuth2AdapterFactory {