src/SupplierApiBundle/Services/JWTTokenAuthenticator.php line 7

Open in your IDE?
  1. <?php
  2. namespace App\SupplierApiBundle\Services;
  3. use Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator as BaseAuthenticator;
  4. class JWTTokenAuthenticator extends BaseAuthenticator
  5. {
  6. }