vendor/gesdinet/jwt-refresh-token-bundle/Entity/RefreshToken.php line 16
<?php/** This file is part of the GesdinetJWTRefreshTokenBundle package.** (c) Gesdinet <http://www.gesdinet.com/>** For the full copyright and license information, please view the LICENSE* file that was distributed with this source code.*/namespace Gesdinet\JWTRefreshTokenBundle\Entity;use Gesdinet\JWTRefreshTokenBundle\Model\AbstractRefreshToken;class RefreshToken extends AbstractRefreshToken{}