Файловый менеджер - Редактировать - /home/clickysoft/public_html/assets.clickysoft.net/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 */ #[\ReturnTypeWillChange] public function jsonSerialize() { return $this->getIdentifier(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка