mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Apply style fix
This commit is contained in:
@@ -14,7 +14,7 @@ namespace League\OAuth2\Server\ResponseTypes;
|
||||
use League\OAuth2\Server\Entities\AccessTokenEntityInterface;
|
||||
use League\OAuth2\Server\Entities\RefreshTokenEntityInterface;
|
||||
use Psr\Http\Message\ResponseInterface;
|
||||
use \LogicException;
|
||||
use LogicException;
|
||||
|
||||
class BearerTokenResponse extends AbstractResponseType
|
||||
{
|
||||
|
Reference in New Issue
Block a user