<?php
namespace App\SupplierApiBundle\Services;
use Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator as BaseAuthenticator;
class JWTTokenAuthenticator extends BaseAuthenticator
{
}