Your IP : 18.188.137.209


Current Path : /home/lentoinv/test.api.lentoria.com/vendor/laravel/passport/src/Bridge/
Upload File :
Current File : //home/lentoinv/test.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;
}

?>