ok
Direktori : /proc/thread-self/root/home2/selectio/www/3-idiots/vendor/laravel/passport/src/Bridge/ |
Current File : //proc/thread-self/root/home2/selectio/www/3-idiots/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; }