Your IP : 52.14.176.111


Current Path : /home/lentoinv/api.lentoria.com/vendor/laravel/passport/src/Bridge/
Upload File :
Current File : //home/lentoinv/api.lentoria.com/vendor/laravel/passport/src/Bridge/RefreshToken.php

<?php

namespace Laravel\Passport\Bridge;

use League\OAuth2\Server\Entities\RefreshTokenEntityInterface;
use League\OAuth2\Server\Entities\Traits\EntityTrait;
use League\OAuth2\Server\Entities\Traits\RefreshTokenTrait;

class RefreshToken implements RefreshTokenEntityInterface
{
    use EntityTrait, RefreshTokenTrait;
}

?>