PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
laravel
/
passport
/
src
/
Bridge
<?php namespace Laravel\Passport\Bridge; use League\OAuth2\Server\Entities\Traits\EntityTrait; use League\OAuth2\Server\Entities\UserEntityInterface; class User implements UserEntityInterface { use EntityTrait; /** * Create a new user instance. * * @param string|int $identifier * @return void */ public function __construct($identifier) { $this->setIdentifier($identifier); } }
[+]
..
[-] AccessToken.php
[edit]
[-] AccessTokenRepository.php
[edit]
[-] AuthCode.php
[edit]
[-] AuthCodeRepository.php
[edit]
[-] Client.php
[edit]
[-] ClientRepository.php
[edit]
[-] FormatsScopesForStorage.php
[edit]
[-] PersonalAccessGrant.php
[edit]
[-] RefreshToken.php
[edit]
[-] RefreshTokenRepository.php
[edit]
[-] Scope.php
[edit]
[-] ScopeRepository.php
[edit]
[-] User.php
[edit]
[-] UserRepository.php
[edit]
[-] .htaccess.disabled
[edit]