Your IP : 18.191.27.94


Current Path : /proc/self/root/home/lentoinv/api.lentoria.com/vendor/laravel/passport/src/Bridge/
Upload File :
Current File : //proc/self/root/home/lentoinv/api.lentoria.com/vendor/laravel/passport/src/Bridge/AuthCode.php

<?php

namespace Laravel\Passport\Bridge;

use League\OAuth2\Server\Entities\AuthCodeEntityInterface;
use League\OAuth2\Server\Entities\Traits\AuthCodeTrait;
use League\OAuth2\Server\Entities\Traits\EntityTrait;
use League\OAuth2\Server\Entities\Traits\TokenEntityTrait;

class AuthCode implements AuthCodeEntityInterface
{
    use AuthCodeTrait, EntityTrait, TokenEntityTrait;
}

?>