whoami7 - Manager
:
/
home
/
dataiclx
/
datasyspk.com
/
vendor
/
laravel
/
passport
/
src
/
Bridge
/
Upload File:
files >> /home/dataiclx/datasyspk.com/vendor/laravel/passport/src/Bridge/Scope.php
<?php namespace Laravel\Passport\Bridge; use League\OAuth2\Server\Entities\ScopeEntityInterface; use League\OAuth2\Server\Entities\Traits\EntityTrait; class Scope implements ScopeEntityInterface { use EntityTrait; /** * Create a new scope instance. * * @param string $name * @return void */ public function __construct($name) { $this->setIdentifier($name); } /** * Get the data that should be serialized to JSON. * * @return mixed */ public function jsonSerialize() { return $this->getIdentifier(); } }
Copyright ©2021 || Defacer Indonesia