vendor/gesdinet/jwt-refresh-token-bundle/Entity/RefreshToken.php line 16

Open in your IDE?
  1. <?php
  2. /*
  3.  * This file is part of the GesdinetJWTRefreshTokenBundle package.
  4.  *
  5.  * (c) Gesdinet <http://www.gesdinet.com/>
  6.  *
  7.  * For the full copyright and license information, please view the LICENSE
  8.  * file that was distributed with this source code.
  9.  */
  10. namespace Gesdinet\JWTRefreshTokenBundle\Entity;
  11. use Gesdinet\JWTRefreshTokenBundle\Model\AbstractRefreshToken;
  12. class RefreshToken extends AbstractRefreshToken
  13. {
  14. }