mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-26 06:59:49 +05:30
9 lines
68 B
PHP
9 lines
68 B
PHP
|
<?php
|
||
|
|
||
|
namespace OAuth2\Storage;
|
||
|
|
||
|
interface ScopeInterface
|
||
|
{
|
||
|
|
||
|
}
|