Fixed namespace includes

This commit is contained in:
Alex Bilbie
2014-11-20 23:54:14 +00:00
parent bed6c3287e
commit ae7b7e9aa9
4 changed files with 4 additions and 6 deletions

View File

@@ -13,7 +13,6 @@ namespace League\OAuth2\Server;
use League\OAuth2\Server\Grant\GrantTypeInterface;
use League\OAuth2\Server\TokenType\Bearer;
use Symfony\Component\HttpFoundation\Request;
/**
* OAuth 2.0 authorization server class